Function g60::verify

source ·
pub fn verify(content: &str) -> Result<(), VerificationError>
Expand description

Verifies content is a valid G60 encoded string.

Errors

An error will be thrown in the following cases:

  • if content is not a valid G60 encoded string.