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 6024c6b428d69c953b51b4148f8c083563deb675
parent 8e074bbebc8cf992a2ec8c88d80f92c9cef48f99
Author: finwo <finwo@pm.me>
Date:   Mon, 23 Aug 2021 01:26:03 +0200

2.2.4

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