clock-hash 1.0.0

ClockHash-256: Consensus hash function for ClockinChain
Documentation
1
2
3
4
5
6
7
8
# Clippy configuration for ClockHash-256
# See: https://rust-lang.github.io/rust-clippy/master/

msrv = "1.70.0"

# Configuration for cryptographic code
# Note: Individual lint allowances are handled via #[allow(...)] attributes in code
# rather than global configuration, as clippy.toml only supports specific config fields