arnaucube a8e0ee8ca0 | 3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago | |
keccak.go | 3 years ago | |
keccak_test.go | 3 years ago | |
permutations.go | 3 years ago | |
permutationsRef.go | 3 years ago | |
permutations_test.go | 3 years ago | |
utils.go | 3 years ago | |
utils_test.go | 3 years ago |
Implementation of keccak256 hash function in Go, working with bits instead of bytes&uint64, in order to recreate the Circom circuit behaviour.