Minsky: 3.17.0
|
Typedefs | |
typedef uint8_t | u8 |
typedef uint32_t | u32 |
Functions | |
int | size_for_a85 (int binlen, bool append_null) |
void | to_a85 (const u8 *data, int binlen, char *text, bool append_null) |
int | size_for_bin (int textlen) |
void | from_a85 (const char *text, int textlen, u8 *data) |
void a85::from_a85 | ( | const char * | text, |
int | textlen, | ||
u8 * | data | ||
) |
Definition at line 56 of file a85.cc.
References size_for_bin().
Referenced by minsky::decode().
int a85::size_for_a85 | ( | int | binlen, |
bool | append_null | ||
) |
Definition at line 8 of file a85.cc.
Referenced by minsky::encode(), and to_a85().
int a85::size_for_bin | ( | int | textlen | ) |
Definition at line 52 of file a85.cc.
Referenced by minsky::decode(), and from_a85().
void a85::to_a85 | ( | const u8 * | data, |
int | binlen, | ||
char * | text, | ||
bool | append_null | ||
) |
Definition at line 12 of file a85.cc.
References size_for_a85().
Referenced by minsky::encode().