Crack hashes in seconds.
-
Updated
Apr 20, 2021 - Python
Create flavors and separate Google Play specific logic (in-app updates) by flavors (in-app updated should be only in googlePlay flavor).
Add a description, image, and links to the sha512 topic page so that developers can more easily learn about it.
To associate your repository with the sha512 topic, visit your repo's landing page and select "manage topics."
To check that all newtypes (
SecretKeys,Poly1305, etc.) implement the correct traits, new testing functions are needed.For example
fn test_traits_secret_key<Secret: Debug + Drop + PartialEq>() {}could be used to check that a secret key implements the needed traits.