sha3-circuit 0.1.0

Lookup based midnight-proofs (halo2 fork) implementation of keccak-f[1600] permutation and gadgets for the sha3-256 and keccak-256 hash functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# It's the default. But here for visibility.
comment_width = 80
# Makes code docs & examples easier to write.
format_code_in_doc_comments = true
# Group imports by crate.
imports_granularity = "Crate"
# This is a standard almost
wrap_comments = true
# Rustlang core team is migrating to this
group_imports = "StdExternalCrate"
# Allows for larger chains
chain_width = 80