Function sign_blob

Source
pub fn sign_blob<'a>(
    vbytes: &'a mut Vec<u8>,
    private_key: &SaitoPrivateKey,
) -> &'a mut Vec<u8>