Trait ToArray32

Source
pub trait ToArray32 {
    // Required method
    fn to_array32(&self) -> Result<[u8; 32], CryptoError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl ToArray32 for &[u8]

Source§

impl ToArray32 for Vec<u8>

Implementors§