mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 07:53:49 +00:00
Update to Changelog
This commit is contained in:
parent
cf64b7b40c
commit
3deb24a06d
2 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,11 @@ New features
|
|||
------------
|
||||
* ECC keys in the SEC1 format can be exported and imported.
|
||||
|
||||
Resolved issues
|
||||
---------------
|
||||
* GH#566: cSHAKE128/256 generated a wrong output for customization strings
|
||||
longer than 255 bytes.
|
||||
|
||||
3.11.0 (8 October 2021)
|
||||
++++++++++++++++++++++++++
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
include MANIFEST.in
|
||||
include setup.py
|
||||
include LICENSE.rst
|
||||
recursive-include src *.h *.c
|
||||
graft pycryptodome_test_vectors
|
||||
global-exclude __pycache__ *.pyc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue