rsha

Crates.iorsha
lib.rsrsha
version0.1.1
sourcesrc
created_at2024-11-21 15:28:00.561405
updated_at2024-11-21 16:13:32.422458
descriptionA sha256 hahing library implementation in rust
homepage
repository
max_upload_size
id1456296
size7,449
holasoymas (holasoymas)

documentation

README

rsha

A simple to use hashing library in rust

install

cargo add rsha

Examples

use rsha::sha256;

fn main(){

let str = "शा तुम कितनी सुन्दर हो";
let hash = sha256::hash(str);
println("{str} -> {hash}");

}
Commit count: 0

cargo fmt