Skip to content

Commit

Permalink
Add new error constant & update Argon2
Browse files Browse the repository at this point in the history
Fixes #5.
  • Loading branch information
hynek committed Jan 13, 2016
1 parent ff80e23 commit b7515da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The third digit is only for regressions.
16.1.0 (UNRELEASED)
-------------------

Vendoring ``argon2`` @ 421dafd2a8af5cbb215e16da5953663eb101d139_.
Vendoring ``argon2`` @ ea8545a3ad16b7be2a49288050debdba7b312b9a_.

Deprecations:
^^^^^^^^^^^^^
Expand Down Expand Up @@ -83,5 +83,6 @@ Previous betas were only for fixing Windows packaging.
The authors of ``argon2`` were kind enough to `help me <https://github.com/P-H-C/phc-winner-argon2/issues/44>`_ to get it building under Visual Studio 2008 that we’re forced to use for Python 2.7 on Windows.


.. _ea8545a3ad16b7be2a49288050debdba7b312b9a: https://github.com/P-H-C/phc-winner-argon2/tree/ea8545a3ad16b7be2a49288050debdba7b312b9a
.. _421dafd2a8af5cbb215e16da5953663eb101d139: https://github.com/P-H-C/phc-winner-argon2/tree/421dafd2a8af5cbb215e16da5953663eb101d139
.. _4fe0d8cda37691228dd5a96a310be57369403a4b: https://github.com/P-H-C/phc-winner-argon2/tree/4fe0d8cda37691228dd5a96a310be57369403a4b
2 changes: 1 addition & 1 deletion extras/libargon2
Submodule libargon2 updated 10 files
+4 −3 Makefile
+10 −6 README.md
+11 −8 src/argon2.c
+2 −0 src/argon2.h
+8 −15 src/core.c
+4 −1 src/core.h
+0 −1 src/opt.c
+1 −14 src/opt.h
+0 −1 src/ref.c
+2 −10 src/ref.h
2 changes: 2 additions & 0 deletions src/argon2/_ffi_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
ARGON2_DECODING_FAIL = 32,
ARGON2_THREAD_FAIL = 33,
ARGON2_ERROR_CODES_LENGTH /* Do NOT remove; Do NOT add error codes after
this
error code */
Expand Down

0 comments on commit b7515da

Please sign in to comment.