Module mostinefficientsha::sha [] [src]

sha::Sha256: Sha256 using Us.

Structs

Sha256

This struct does a lazy SHA-256 hash calculation with fuzzy f64 bits. It first creates a tree of thouthands of Terms that represent the bitwise calculations needed to calculate the final hash. It then calculates that hash by evaluating the Terms that represent the bits of the final 256 bit hash value.