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 a1376840db1e9e669d7643d0604ae5f81d7f5c61
parent 03ccc2e2afee23140c739ef9970093f51f282a3a
Author: finwo <finwo@pm.me>
Date:   Tue, 24 Sep 2019 15:40:05 +0200

2.0.3

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