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 1daeebdfdf1b8f5198e518b7c6e4c43fce8f63e9
parent 1da540e915fcaf70e92e2197312cb8d58c5d8c66
Author: finwo <finwo@pm.me>
Date:   Tue, 13 Aug 2019 12:34:44 +0200

0.3.1

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