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 35bd73cb6b87bc03c6550a2a972b9a59b5bdb576
parent 999f47918ad7a094379316a833c2269f554327e6
Author: finwo <finwo@pm.me>
Date:   Tue, 18 Jun 2019 11:01:05 +0200

0.1.0

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": "0.0.1", + "version": "0.1.0", "description": "cross-compiled javascript implementation of ed25519 based on supercop-ref10", "main": "index.js", "homepage": "http://git.finwo.net/supercop-js",