|
Minsky: 3.17.0
|
#include <stdint.h>

Go to the source code of this file.
Namespaces | |
| a85 | |
Typedefs | |
| typedef uint8_t | a85::u8 |
| typedef uint32_t | a85::u32 |
Functions | |
| int | a85::size_for_a85 (int binlen, bool append_null) |
| void | a85::to_a85 (const u8 *data, int binlen, char *text, bool append_null) |
| int | a85::size_for_bin (int textlen) |
| void | a85::from_a85 (const char *text, int textlen, u8 *data) |