Function ring::digest::format_output

source ยท
fn format_output<T, F, const N: usize>(input: [Wrapping<T>; 8], f: F) -> Output
where F: Fn(T) -> [u8; N], T: Copy,