verify

Function verify 

Source
pub(crate) fn verify(
    key: &CryptoKey,
    message: &[u8],
    signature: &[u8],
) -> Result<bool, Error>
Expand description