-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
argon2: const ParamsBuilder #436
Comments
It seems like If that's all you want, we could hoist out the |
I‘d also be interested in having the settees const. I‘ll try to make a pr with your message in mind. |
Here's a simpler approach to a |
"completed"... |
The PR auto-closed it as completed when it was merged, then the tests failed on |
Can the ParamsBuilder methods be made const?
Const fn's would help out, because then I could make the Params object a Compile time const.
I took a little look at the code and saw no obvious reason why it should not be possible.
https://github.com/RustCrypto/password-hashes/blob/master/argon2/src/params.rs#L367
The text was updated successfully, but these errors were encountered: