Browse Source

Update package.json author to Vocdoni & readme links

master
arnaucube 2 years ago
parent
commit
4cfef2bf4e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      package.json

+ 1
- 1
README.md

@ -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

+ 1
- 1
package.json

@ -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"

Loading…
Cancel
Save