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