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 b04ee78ca6b4c3ff4d0c41816e3b20a0af4dcd05
parent 124afef6caf3076089304e811bf38e5bd41b21f1
Author: finwo <finwo@pm.me>
Date:   Wed, 18 Aug 2021 18:18:25 +0200

2.2.3

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