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 e48f7347eb Add Circom Pad impl 2 years ago
.github/workflows Add GHA to test the circuits 2 years ago
circuits Add Circom Pad impl 2 years ago
go-keccak256-bits-impl Add Circom Pad impl 2 years ago
test Add Circom Pad impl 2 years ago
.gitignore Add circuit test utils 2 years ago
LICENSE Initial commit 2 years ago
README.md Add Circom Pad impl 2 years ago
package.json Add circuit test utils 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.