This is just a fun project of mine for learning the basics of Rust and Cargo. Therefore, DO NOT RECOMMEND to use this crate in production.
If you really want to use this package... Yay! That makes me very happy❤️
Currently, I only implemented a few hashing functions, but I'll add more functionality as time goes on. Please refer to the documentation for how to use this crate.
```Rust use crate lolilibdev::hashing::*;
let input = "Hiiii"
// Hash the input with let hashed = hashsha3512(input); ```
If you find a bug or want to contribute / improve this crate feel free to open an issue or make a Pull Request on GitHub.