Update package.json author to Vocdoni & readme links

This commit is contained in:
2021-11-24 19:28:28 +01:00
parent d9fdab3b8f
commit 4cfef2bf4e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# keccak256-circom [![Test](https://github.com/arnaucube/keccak256-circom/workflows/Test/badge.svg)](https://github.com/arnaucube/keccak256-circom/actions?query=workflow%3ATest)
# keccak256-circom [![Test](https://github.com/vocdoni/keccak256-circom/workflows/Test/badge.svg)](https://github.com/vocdoni/keccak256-circom/actions?query=workflow%3ATest)
Keccak256 hash function (ethereum version) implemented in [circom](https://github.com/iden3/circom). Spec: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf

View File

@@ -9,7 +9,7 @@
"scripts": {
"test": "mocha --max-old-space-size=4000"
},
"author": "arnaucube",
"author": "Vocdoni",
"license": "GPL-3.0",
"dependencies": {
"circomlib": "^2.0.1"