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 a7b3f70bdeb8bd881a00b20364f9812180de8874
parent 50649b7bb78d95dc8d72ffd37303edffba1b5b62
Author: finwo <finwo@pm.me>
Date:   Mon,  3 Apr 2023 20:28:12 +0200

2.2.6

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