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 248c962abf17f05b1987adac24fc20412bdd4c26
parent 35bd73cb6b87bc03c6550a2a972b9a59b5bdb576
Author: finwo <finwo@pm.me>
Date:   Tue, 18 Jun 2019 11:04:28 +0200

Added WebAssembly version

Diffstat:
M.gitignore | 2+-
Apackage-lock.json | 5+++++
Asupercop.wasm | 0
3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1 @@ -*.wasm +node_modules/ diff --git a/package-lock.json b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "supercop", + "version": "0.1.0", + "lockfileVersion": 1 +} diff --git a/supercop.wasm b/supercop.wasm Binary files differ.