Function cipherstash_dynamodb::crypto::b64_encode
source ยท pub fn b64_encode(x: impl AsRef<[u8]>) -> String
Expand description
Base64 encode the provided buffer using a URL safe scheme with no padding
pub fn b64_encode(x: impl AsRef<[u8]>) -> String
Base64 encode the provided buffer using a URL safe scheme with no padding