FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-99108: Initial import of HACL-SHA3 into Python by msprotz · Pull Request #103597 · python/cpython · GitHub

/ cpython Public
Merged
Prev Previous commit
Next Next commit
make regen after I fixed up a comment
  • Loading branch information
msprotz committed Apr 17, 2023
commit fe8797010ae0ee42679e19cacd47e5f3c8a5d93b
4 changes: 2 additions & 2 deletions Modules/clinic/sha3module.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Modules/sha3module.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Return a new SHA3 hash object.

static PyObject *
py_sha3_new_impl(PyTypeObject *type, PyObject *data, int usedforsecurity)
/*[clinic end generated code: output=90409addc5d5e8b0 input=bcfcdf2e4368347a]*/
/*[clinic end generated code: output=90409addc5d5e8b0 input=637e5f8f6a93982a]*/
{
Py_buffer buf = {NULL, NULL};
SHA3State *state = _PyType_GetModuleState(type);
Expand Down

Back | FazBrowse Home | New Git URL