This commit is contained in:
Zhi Guan
2017-05-13 22:58:33 +08:00
parent a55b1a4efb
commit 95ab1114af
15 changed files with 945 additions and 1061 deletions

View File

@@ -1,5 +1,5 @@
#ifndef LIBBASE58_H
#define LIBBASE58_H
#ifndef HEADER_BASE58_H
#define HEADER_BASE58_H
#include <stdbool.h>
#include <stddef.h>
@@ -9,6 +9,3 @@ bool base58_decode(const char *b58, size_t b58sz, void *bin, size_t *binszp);
bool base58_encode(const void *data, size_t binsz, char *b58, size_t *b58sz);
#endif

File diff suppressed because it is too large Load Diff