cipherstash_dynamodb::crypto

Function 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