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 632bd19aec719c09faa5a943093ce62d92e828ad
parent a1376840db1e9e669d7643d0604ae5f81d7f5c61
Author: finwo <finwo@pm.me>
Date:   Sat, 12 Oct 2019 00:51:03 +0200

Added matter libc

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

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