Zeromq Toolkit - zmq_z85_encode
dest =zmq_z85_encode(data)-
Encode a binary key as Z85 printable text.
Inputs
data - uint8 data that must have a size divisible by 4.
Outputs
dest - string encoded data
dest = zmq_z85_encode (data)Encode a binary key as Z85 printable text.
data - uint8 data that must have a size divisible by 4.
dest - string encoded data