# 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