chiark
/
gitweb
/
~mdw
/
catacomb-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
catacomb.c, ec.c: Bindings for the new EC2OSP/OS2ECP functions.
[catacomb-python]
/
algorithms.c
diff --git
a/algorithms.c
b/algorithms.c
index aeafad3c0336e6cc4dad12b93624b81dc6fb0ea3..4753cf0c3060e623314bc45d7244a0342b208ca3 100644
(file)
--- a/
algorithms.c
+++ b/
algorithms.c
@@
-487,7
+487,7
@@
PyObject *gccipher_pywrap(gccipher *cc)
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = gcipher_pynew;
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = gcipher_pynew;
-
PyType_R
eady(&g->ty.ht_type);
+
typer
eady(&g->ty.ht_type);
return ((PyObject *)g);
}
return ((PyObject *)g);
}
@@
-731,7
+731,7
@@
PyObject *gchash_pywrap(gchash *ch)
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = ghash_pynew;
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = ghash_pynew;
-
PyType_R
eady(&g->ty.ht_type);
+
typer
eady(&g->ty.ht_type);
return ((PyObject *)g);
}
return ((PyObject *)g);
}
@@
-986,7
+986,7
@@
PyObject *gcmac_pywrap(gcmac *cm)
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = gmac_pynew;
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = gmac_pynew;
-
PyType_R
eady(&g->ty.ht_type);
+
typer
eady(&g->ty.ht_type);
return ((PyObject *)g);
}
return ((PyObject *)g);
}
@@
-1006,7
+1006,7
@@
PyObject *gmac_pywrap(PyObject *cobj, gmac *m, unsigned f)
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = gmhash_pynew;
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = gmhash_pynew;
-
PyType_R
eady(&g->ty.ht_type);
+
typer
eady(&g->ty.ht_type);
g->m = m;
g->f = f;
return ((PyObject *)g);
g->m = m;
g->f = f;
return ((PyObject *)g);
@@
-1275,7
+1275,7
@@
static PyObject *gcprp_pywrap(const prpinfo *prp)
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = gprp_pynew;
g->ty.ht_type.tp_alloc = PyType_GenericAlloc;
g->ty.ht_type.tp_free = 0;
g->ty.ht_type.tp_new = gprp_pynew;
-
PyType_R
eady(&g->ty.ht_type);
+
typer
eady(&g->ty.ht_type);
return ((PyObject *)g);
}
return ((PyObject *)g);
}