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 999f47918ad7a094379316a833c2269f554327e6
parent c3757c54c417dd7866be427798d11e2b0290f461
Author: finwo <finwo@pm.me>
Date:   Tue, 18 Jun 2019 10:37:36 +0200

Use the right C repo

Diffstat:
M.gitmodules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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