Files
keccak256-circom/go-keccak256-bits-impl
arnaucube 1ab31e1389 Update js tests to work with bigint for u64
- Updated js tests to work with bigint for u64 to avoid overflows
- Added one more test for Theta with bigger values
2021-11-24 11:35:38 +01:00
..
2021-11-02 20:17:36 +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.