RustCrypto / block-ciphers

Collection of block cipher algorithms written in pure Rust
662 stars 130 forks source link

gift: use built-in benchmarks instead of Criterion #436

Closed newpavlov closed 1 month ago

newpavlov commented 1 month ago

Criterion is a relatively big dependency which unnecessarily gets pulled during testing. Additionally, it results in the security warning.

In addition to the benchmark changes, this PR also slightly tweaks module structure of the crate.