Implement fast padding-less base64 encode/decode for python

This commit is contained in:
Kovid Goyal
2023-06-28 20:52:35 +05:30
parent a3c3e3ab6a
commit b83e4d88f4
11 changed files with 197 additions and 44 deletions

View File

@@ -346,7 +346,6 @@ attrs_to_cursor(const CellAttrs attrs, Cursor *c) {
// Global functions
const char* base64_decode(const uint32_t *src, size_t src_sz, uint8_t *dest, size_t dest_capacity, size_t *dest_sz);
Line* alloc_line(void);
Cursor* alloc_cursor(void);
LineBuf* alloc_linebuf(unsigned int, unsigned int);