pub fn encode_key(bytes: &[u8]) -> StringExpand description
Encodes raw key bytes as a URL-safe base64 string — the canonical on-wire / on-disk key
encoding, symmetric with decode_key. The server stores machine public keys this way.
pub fn encode_key(bytes: &[u8]) -> StringEncodes raw key bytes as a URL-safe base64 string — the canonical on-wire / on-disk key
encoding, symmetric with decode_key. The server stores machine public keys this way.