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 c31c4d78134ae57f8cf68315462dca9de31f8aeb
parent 927fea969481b9fa11e9e4a78cf627dde1f598a7
Author: finwo <finwo@pm.me>
Date:   Thu, 18 Jul 2019 14:29:59 +0200

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