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 60e11d8f485347c7a45408ac32c5bd0503d81e6b
parent 8dcdd4caa1f9315bb1abd7fb41b3b79d3d79259b
Author: finwo <finwo@pm.me>
Date:   Tue, 30 May 2023 23:22:39 +0200

Add webassembly tag in package.json

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

diff --git a/package.json b/package.json @@ -63,6 +63,7 @@ "supercop", "ref10", "elliptic", - "curve" + "curve", + "webassembly" ] }