Skip to content
Snippets Groups Projects
wrapping_base58.h 191 B
Newer Older
#include "Python.h"
#include "dap_enc_base58.h"

static PyObject *dap_encode_base58_py(PyObject *self, PyObject *args);

static PyObject *dap_decode_base58_py(PyObject *self, PyObject *args);