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 a74d58844d63e29d7ecfe5a4da8a97eb4cd1b824
parent 151603806cb9f0106cf5239ad5144d4dfe6fd20d
Author: finwo <finwo@pm.me>
Date:   Sun, 17 May 2020 04:58:49 +0200

Update repository url

Diffstat:
Mpackage.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json @@ -3,7 +3,7 @@ "version": "2.0.3", "description": "cross-compiled javascript implementation of ed25519 based on supercop-ref10", "main": "index.js", - "homepage": "http://git.finwo.net/supercop-js", + "homepage": "https://github.com/finwo/supercop", "scripts": { "test": "node test.js", "prepublish": "npm test", @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "git://git.finwo.net/supercop-js" + "url": "https://github.com/finwo/supercop" }, "author": "Robin Bron <finwo@pm.me>", "license": "MIT",