pub fn z85_decode(data: &str) -> Result<Vec<u8>, DecodeError>
Expand description

Decode a binary key from Z85-encoded text.

The input string must have a length divisible by 5.

Note that 0MQ silently accepts characters outside the range defined for the Z85 encoding.