inejge / pwhash

A collection of password hashing routines in pure Rust
MIT License
61 stars 11 forks source link

Different standards behind feature flags #19

Closed coastalwhite closed 1 year ago

coastalwhite commented 1 year ago

Ideally, we should be able to select only the hashing standards we need with feature flags. This can reduce compile times. The default-features could still be all the standards, but if you specifically wanted to reduce the dependencies and compile time, you could. This should not cause any significant SemVer change and therefore could just be published as 1.0.1.

inejge commented 1 year ago

The idea of placing different hashing algorithms behind their own feature flags has already been floated in #16, but I'm still against it for the same reasons, so I'm going to close the issue as WONTFIX.

coastalwhite commented 1 year ago

Ah okay. I didn't see that issue.