[][src]Function sodiumoxide::crypto::onetimeauth::poly1305::verify

pub fn verify(tag: &Tag, m: &[u8], k: &Key) -> bool

verify() returns true if tag is a correct authenticator of message m under a secret key k. Otherwise it returns false.