supercop.ts

cross-compiled javascript implementation of ed25519 based on supercop-ref10
git clone git://git.finwo.net/lib/supercop.ts
Log | Files | Refs | README | LICENSE

commit c2f0970c9c69be4897eba05afc210090f509fd52
parent 12e527acd5f4bac8fe509e46eeb34196e800cbed
Author: finwo <finwo@pm.me>
Date:   Wed, 17 Jun 2020 17:17:24 +0200

2.0.5

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -1,6 +1,6 @@ { "name": "supercop", - "version": "2.0.4", + "version": "2.0.5", "description": "cross-compiled javascript implementation of ed25519 based on supercop-ref10", "main": "index.js", "homepage": "https://github.com/finwo/supercop",