1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-13 08:50:24 +08:00

新的设计,速度快很多

This commit is contained in:
fumiama
2021-04-08 15:34:32 +08:00
parent 2785b6e766
commit 963abc1ec3
13 changed files with 355 additions and 305 deletions

View File

@@ -1,3 +1,5 @@
//base1464le.h
//fumiama 20210408
#include <stdint.h>
#define B14BUFSIZ 16384
@@ -6,3 +8,6 @@ struct LENDAT {
uint64_t len;
};
typedef struct LENDAT LENDAT;
LENDAT* encode(const uint8_t* data, const u_int64_t len);
LENDAT* decode(const uint8_t* data, const u_int64_t len);