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 ed8337aa525a90ce20136f97ffa3b57868346b1d
parent 194a4728bf3a45fcc0ce79fd5023eee9f36eaca8
Author: finwo <finwo@pm.me>
Date:   Tue, 10 Sep 2019 16:46:39 +0200

1.0.2

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