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 186ec2521612ef80e02c43780f5d2d93e94c66a6
parent e49567598b023d5b531a97beb48284fb5662ffdc
Author: finwo <finwo@pm.me>
Date:   Thu, 23 May 2024 21:53:56 +0200

Ran npm pkg fix

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -31,7 +31,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/finwo/supercop" + "url": "git+https://github.com/finwo/supercop.git" }, "author": "Yersa Nordman <finwo@pm.me>", "license": "MIT",