From 4cfef2bf4e3f857a8936f65cf10ac85b3e76a409 Mon Sep 17 00:00:00 2001 From: arnaucube Date: Wed, 24 Nov 2021 19:28:28 +0100 Subject: [PATCH] Update package.json author to Vocdoni & readme links --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f9030..6d68230 100644 --- a/README.md +++ b/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 diff --git a/package.json b/package.json index 2fc9784..dffecff 100644 --- a/package.json +++ b/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"