osom_lib_hashes 0.1.2

ABI-stable hashing algorithms for osom_lib.
Documentation
1
2
3
4
5
6
7
8
//! Implements the 256-bit variant of `SHA-2` algorithm.

#![allow(non_camel_case_types)]

mod sha2_256_shared;

pub mod platform;
pub mod portable;