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

fix(file): large file process

This commit is contained in:
源文雨
2024-04-05 02:03:25 +09:00
parent cde0cacd07
commit 4b4993d66d
5 changed files with 128 additions and 82 deletions

View File

@@ -43,7 +43,7 @@ enum base16384_err_t {
typedef enum base16384_err_t base16384_err_t;
#ifndef BASE16384_BUFSZ_FACTOR
#define BASE16384_BUFSZ_FACTOR (1024)
#define BASE16384_BUFSZ_FACTOR (8)
#endif
#define _BASE16384_ENCBUFSZ ((BUFSIZ*BASE16384_BUFSZ_FACTOR)/7*7)