arnaucube 9522a57cdd Keccak circuit implemented and it works
Keccak circuit initial version implemented and it works. At this current
commit it only accepts inputs of fixed length nBits, it will be iterated
in future commits.

Currently it needs 150848 constraints.
2021-11-25 18:33:18 +01:00
2021-11-01 18:51:31 +01:00
2021-10-31 01:23:27 +02:00

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.

Description
No description provided
Readme GPL-3.0 118 KiB
Languages
JavaScript 51.3%
Go 48.7%