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 c18daada64be59db571d8b39f9c42bdc8fe841cb
parent fd36e4b85e1556cfc6937a27e80f3ccdb5629932
Author: finwo <finwo@pm.me>
Date:   Sun,  9 Aug 2020 03:22:57 +0200

Merge branch 'master' of github.com:finwo/supercop into master

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -17,7 +17,7 @@ "author": "Robin Bron <finwo@pm.me>", "license": "MIT", "devDependencies": { - "tape": "^4.10.2" + "tape": "^5.0.1" }, "dependencies": { "ed25519-supercop": "^1.2.0",