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 c8edc28ac57eb2a60bf6056fe838d514a9383a4a
parent 34785354852b661f43d7bc904b5440d9531117ab
Author: finwo <finwo@pm.me>
Date:   Mon, 15 Jul 2019 15:57:26 +0200

Do include the compiled version here

Diffstat:
M.gitignore | 1-
Asupercop.wasm | 0
2 files changed, 0 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,2 @@ node_modules/ .tern* -*.wasm diff --git a/supercop.wasm b/supercop.wasm Binary files differ.