hash-wasm-rs 0.1.0

A WebAssembly library for computing file hashes, built with Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod blake3;
pub mod file_render;
pub mod hash_result;
pub mod hash_type;
pub mod hasher_wrapper;
pub mod md5;
pub mod sha3_256;
pub mod sha3_512;
pub mod sha_256;
pub mod sha_512;