Skip to main content

b64_encode

Function b64_encode 

Source
pub fn b64_encode(bytes: &[u8]) -> String
Expand description

Encode bytes as URL-safe base64 (no padding). Local helper so the crate does not pull in the base64 crate for one signature field.