Skip to main content

verify

Function verify 

Source
pub fn verify(secret: &[u8], msg: &[u8], signature: &str) -> bool
Expand description

Verify a base64url signature over msg under secret (constant time).