inner_encrypt

Function inner_encrypt 

Source
pub fn inner_encrypt(
    secret: Hash,
    data: Vec<u8>,
) -> Result<([u8; 12], Vec<u8>), Error>