Function z85_decode

Source
pub fn z85_decode(encoded: &str) -> Result<Vec<u8>, Error>
Expand description

Decode a binary key from Z85 printable text

Binding of uint8_t *zmq_z85_decode (uint8_t *dest, const char *string);

The function will decode string into dest. The length of string in bytes shall be divisible by 5