Trait clacc::Mapper[][src]

pub trait Mapper {
    fn map<N>(x: &[u8]) -> GenericArray<u8, N>
    where
        N: ArrayLength<u8>
; }
Expand description

A trait describing a method for converting some arbitrary data to a fixed sized digest.

Required methods

Implementors