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 dc09b5b4634120f8276282067b7574dae3e2b0d3
parent 1daeebdfdf1b8f5198e518b7c6e4c43fce8f63e9
Author: finwo <finwo@pm.me>
Date:   Fri, 16 Aug 2019 17:01:52 +0200

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