Crack hashes in seconds.
-
Updated
Apr 20, 2021 - Python
When a user click on file selection, check directory where selected file contains and try to find a .hash file with the same name (but .hash extension). If .hash file exists, read it and show hash value to user.
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 in a test like so: