Uh oh!
There was an error while loading. Please reload this page.
Added zeroize to blake2_simd - #449
Conversation
laudiacay
commented
Jan 28, 2023
@tarcieri zeroize's unstable features seem to be angering the inliner ... not sure what you want me to do with this, just let me know what's preferable for the crate's users |
tarcieri
commented
Jan 28, 2023
@laudiacay are you talking about these? The MSRV of |
laudiacay
commented
Jan 29, 2023
So should I just remove the 1.41 tests or configure the crate to only zeroize with a feature, and then only run the 1.41 tests without that feature? |
newpavlov
commented
Jan 29, 2023
It may be worth to wait for the next breaking release cycle in which we bump MSRV to 1.57. If you absolutely need zeroization for |
newpavlov
commented
Jan 29, 2023
Also I don't think that |
laudiacay
commented
Jan 29, 2023
I don't need zeroize myself- I'm just a little bored and contributing to this after work for fun. If you have another "good first issue" let me know- tarcieri suggested this one. I'll make it a crate feature, give me a second... :) |
newpavlov
commented
Jan 29, 2023
Depending on your knowledge, it could be a good project to migrate the asm-hashes to inline assembly, similarly to #447. Also you could try to implement algorithms as per #1 (you could see other repos for similar issues). |
laudiacay
commented
Jan 29, 2023
featurified. Going to go look at the inline assembly one, that should be a fun learning experience, I've only done that in C and solidity before... |
This code is much cleaner (although a bit repetitive...). Zeroize added! 🖖