mirror of
https://github.com/arnaucube/keccak256-circom.git
synced 2026-01-10 16:01:28 +01:00
- Updated js tests to work with bigint for u64 to avoid overflows - Added one more test for Theta with bigger values
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.