Minsky
a85.h File Reference
#include <stdint.h>
Include dependency graph for a85.h:
This graph shows which files directly or indirectly include this file:

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)