You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
arnaucube 4cfef2bf4e Update package.json author to Vocdoni & readme links 2 years ago
.github/workflows Update js tests to work with bigint for u64 2 years ago
circuits keccak_Final step circuit implemented 2 years ago
go-keccak256-bits-impl keccak_Final step circuit implemented 2 years ago
test keccak_Final step circuit implemented 2 years ago
.gitignore Add circuit test utils 2 years ago
LICENSE Initial commit 2 years ago
README.md Update package.json author to Vocdoni & readme links 2 years ago
package.json Update package.json author to Vocdoni & readme links 2 years ago

README.md

keccak256-circom Test

Keccak256 hash function (ethereum version) implemented in circom. Spec: https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf

Warning: WIP, this is an experimental repo.