Functionsยง
- complete_
quads_ ๐len - Returns the length of complete quads, except for the last one, even if it is complete.
- decode_
chunk_ ๐4 - Like decode_chunk_8 but for 4 bytes of input and 3 bytes of output.
- decode_
chunk_ ๐8 - Decode 8 bytes of input into 6 bytes of output.
- decode_
helper ๐ - Helper to avoid duplicating num_chunks calculation, which is costly on short inputs. Returns the decode metadata, or an error.