We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a8d3c commit e8a543fCopy full SHA for e8a543f
source/crypto.h
@@ -53,5 +53,6 @@ PyObject *aws_py_ec_sign(PyObject *self, PyObject *args);
53
PyObject *aws_py_ec_verify(PyObject *self, PyObject *args);
54
PyObject *aws_py_ec_encode_signature(PyObject *self, PyObject *args);
55
PyObject *aws_py_ec_decode_signature(PyObject *self, PyObject *args);
56
+PyObject *aws_py_ec_get_public_coords(PyObject *self, PyObject *args);
57
58
#endif /* AWS_CRT_PYTHON_CRYPTO_H */
0 commit comments