pub fn decode<S: AsRef<str>>(secret: S) -> Result<Vec<u8>, Error>
Decodes the given secret.
Returns Error if the secret could not be decoded.
Error