Trait hash2field::FromOkm[][src]

pub trait FromOkm<const L: usize>: Sized {
    fn from_okm(data: &[u8; L]) -> Self;
}
Expand description

The trait for helping to convert to a scalar

Required methods

Convert a byte sequence into a scalar

Implementors