mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-13 08:50:24 +08:00
新的设计,速度快很多
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user