Crates.io | loli_lib_dev |
lib.rs | loli_lib_dev |
version | 0.1.1 |
source | src |
created_at | 2022-12-25 02:13:23.616358 |
updated_at | 2023-01-05 18:12:35.433698 |
description | Fun project to get used to cargo and rust programming |
homepage | https://github.com/smol-loli/loli_lib_dev/ |
repository | https://github.com/smol-loli/loli_lib_dev/ |
max_upload_size | |
id | 745133 |
size | 7,051 |
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.
use crate loli_lib_dev::hashing::*;
let input = "Hiiii"
// Hash the input with
let hashed = hash_sha3_512(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.