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 768b9490b2a26cc26b0fa94ab8a273db957a2245
parent 890c9f8e8d8462136a793ee6d7c62dab9e61b0f0
Author: finwo <finwo@pm.me>
Date:   Wed, 25 Aug 2021 10:17:13 +0200

2.2.5

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