Constant wiwi::encoding::z85::STRING_FRAME_LEN

source ยท
pub const STRING_FRAME_LEN: usize = 5;
Expand description

One frame of this many bytes (5) from the encoded Z85 data decodes to one frame of 4 (BINARY_FRAME_LEN) bytes of binary data.