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 b1913c0887aec2b1ba027a7ceaf2cb8df8e43ce7
parent f46f816d7e0cc7e4694d0d08fff3f07ae4afdaf2
Author: finwo <finwo@pm.me>
Date:   Wed, 17 Feb 2021 23:39:03 +0100

2.2.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": "2.1.3", + "version": "2.2.0", "description": "cross-compiled javascript implementation of ed25519 based on supercop-ref10", "main": "index.js", "homepage": "https://github.com/finwo/supercop",