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 7b3bbd4decc59661f2eb7178f760c70a7e0dd8d3
parent daf9f7322ba89b49c495f5ef950d144f26a937d1
Author: finwo <finwo@pm.me>
Date:   Mon, 17 Jun 2019 19:13:31 +0200

Added original supercop

Diffstat:
A.gitmodules | 3+++
Alib/supercop | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/supercop"] + path = lib/supercop + url = git://git.finwo.net/supercop diff --git a/lib/supercop b/lib/supercop @@ -0,0 +1 @@ +Subproject commit 7fa6712ef5d581a6981ec2b08ee623314cd1d1c4