briansmith / crypto-bench

Benchmarks for crypto libraries (in Rust, or with Rust bindings)
70 stars 11 forks source link

Use more convinient name for OpenSSL wrapper #8

Closed hauleth closed 8 years ago

briansmith commented 8 years ago

Right now I'm using the Cargo name for every package, with s/-//. If we want to switch to the module name, then we should do so consistently, by removing the "rust" prefix from all names.

Also, you didn't make the rename in pbkdf2.rs.

hauleth commented 8 years ago

I had https://github.com/briansmith/crypto-bench/pull/8/files#diff-8bf5b1986d0bce12a79826a66404bcfdR78. Also Cargo name for openssl crate is openssl (wow, that was unexpected). So this PR make it uniform with what you said.

briansmith commented 8 years ago

I did this for rust-fastpbkdf2 too.