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 2282b8983d531c9b7ced8a80f7e1a993b37886e1
parent 48b488a72ff3e82d2ffc58eafe7bde962592b8ff
Author: finwo <finwo@pm.me>
Date:   Mon, 10 Aug 2020 11:32:56 +0200

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