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.
pub const STRING_FRAME_LEN: usize = 5;
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.