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 16f001200e862bc4c7a76ee686f7347ad98bb058
parent a54e788940886e25b29a7a3b084c389210b30243
Author: finwo <finwo@pm.me>
Date:   Wed, 11 Sep 2019 15:56:35 +0200

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