pub fn verify(
alg: i32,
crv: Option<i32>,
key: &Vec<u8>,
content: &Vec<u8>,
signature: &Vec<u8>,
) -> CoseResultWithRet<bool>
Expand description
Function to verify a signature with a given key, algorithm and content that was signed.