{"encodeBase58",(PyCFunction)dap_encode_base58_py,METH_VARARGS|METH_STATIC,"Encrypts information using the base58 algorithm from the DAP crypto library"},
{"init",dap_crypto_init,METH_VARARGS,"Initialization of the DAP (Deus Applicaions Prototypes) crypto library"},
{"decodeBase58",(PyCFunction)dap_decode_base58_py,METH_VARARGS|METH_STATIC,"Dencrypts information using the base58 algorithm from the DAP crypto library"},
{"deinit",dap_crypto_deinit,METH_NOARGS,"Deinitialization of the DAP (Deus Applicaions Prototypes) crypto library"},
{"encodeBase64",(PyCFunction)dap_encode_base64_py,METH_VARARGS|METH_STATIC,"Encrypts information using the base64 algorithm from the DAP crypto library"},
{"encodeBase58",dap_encode_base58_py,METH_VARARGS,"Encrypts information using the base58 algorithm from the DAP crypto library"},
{"decodeBase64",(PyCFunction)dap_decode_base64_py,METH_VARARGS|METH_STATIC,"Dencrypts information using the base64 algorithm from the DAP crypto library"},
{"decodeBase58",dap_decode_base58_py,METH_VARARGS,"Dencrypts information using the base58 algorithm from the DAP crypto library"},
{"newKey",(PyCFunction)dap_enc_key_new_py,METH_VARARGS|METH_STATIC,"The function creates a new key, and returns it with PyObject."},
{"encodeBase64",dap_encode_base64_py,METH_VARARGS,"Encrypts information using the base64 algorithm from the DAP crypto library"},