Function lair_keystore::dependencies::base64::decode

source ยท
pub fn decode<T>(input: T) -> Result<Vec<u8>, DecodeError>
where T: AsRef<[u8]>,
๐Ÿ‘ŽDeprecated since 0.21.0: Use Engine::decode
Expand description

Decode base64 using the STANDARD engine.

See Engine::decode.