Files
keccak256-circom/go-keccak256-bits-impl
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-10-31 01:31:04 +02:00
2021-11-02 16:02:06 +01:00
2021-10-31 01:31:04 +02:00

go-keccak256-bits-impl

Implementation of keccak256 hash function in Go, working with bits instead of bytes&uint64, in order to recreate the Circom circuit behaviour.