Skip to main content

verify_secret

Function verify_secret 

Source
pub fn verify_secret(secret: &str, public_key: &str) -> Result<bool>
Expand description

Verify that a secret matches a public key.