Skip to content

Commit e8a543f

Browse files
header update
1 parent c8a8d3c commit e8a543f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/crypto.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ PyObject *aws_py_ec_sign(PyObject *self, PyObject *args);
5353
PyObject *aws_py_ec_verify(PyObject *self, PyObject *args);
5454
PyObject *aws_py_ec_encode_signature(PyObject *self, PyObject *args);
5555
PyObject *aws_py_ec_decode_signature(PyObject *self, PyObject *args);
56+
PyObject *aws_py_ec_get_public_coords(PyObject *self, PyObject *args);
5657

5758
#endif /* AWS_CRT_PYTHON_CRYPTO_H */

0 commit comments

Comments
 (0)