Function zmq_rs::z85_decode [] [src]

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

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