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 61f1351408e6eda0bd8650b3deed5b3185bdddeb
parent 121ec0c7a15be5d3a18931702f4608a45f01b842
Author: finwo <finwo@pm.me>
Date:   Mon, 10 Aug 2020 11:24:44 +0200

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