k12 0.4.0

Implementation of the KangarooTwelve family of extendable-output functions
Documentation
1
2
3
4
5
6
7
mod borrow;
#[cfg(feature = "alloc")]
mod owned;

pub use borrow::{CustomRefKt, CustomRefKt128, CustomRefKt256};
#[cfg(feature = "alloc")]
pub use owned::{CustomKt, CustomKt128, CustomKt256};