remove external lib
This commit is contained in:
parent
80ba5364c8
commit
7979aa8c39
@ -223,13 +223,14 @@ static PyObject *secp256k1_secp256k1_context_randomize(PyObject *self, PyObject
|
||||
|
||||
static PyObject *secp256k1_secp256k1_ec_pubkey_create(PyObject *self, PyObject *args) {
|
||||
|
||||
return Py_BuildValue("b", 0);
|
||||
Py_buffer buffer;
|
||||
int flag;
|
||||
if (!PyArg_ParseTuple(args,"y*i", &buffer, &flag)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return Py_BuildValue("b", 0);
|
||||
|
||||
secp256k1_pubkey pubkey;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user