identity_iota::verification::jose::jwu

Function decode_b64

Source
pub fn decode_b64(data: impl AsRef<[u8]>) -> Result<Vec<u8>, Error>
Expand description

Decode the given url-safe, unpadded base64-encoded slice into its raw bytes.