Function backend::utils::email::sign[][src]

pub fn sign<'a>(key: &'a [u8], msg: &'a [u8]) -> Vec<u8>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator