Cryptoconditions

Latest version: v0.8.0

Safety actively analyzes 621562 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.8.0

------------------

Changed
^^^^^^^

* ``crypto.ed25519_generate_key_pair()`` now supports an optional keyword argument ``seed`` to support deterministic generation
of a keypair from a seed.
Example use: ``crypto.ed25519_generate_key_pair(seed=seed_value)``
Note that the value of ``seed`` must be a 32-byte bytes object.
Thanks to external contributor excerebrose for adding this functionality in pull request 487.
* Changed setup.py to use ``PyNaCl~=1.1.0`` again, because 1.2.1 was breaking software that uses the cryptoconditions package.

0.7.3

------------------

Changed
^^^^^^^
* Update setup.py to use ``PyNaCl~=1.2.1``

0.7.2

------------------

Changed
^^^^^^^
* Use `sign` and `verify` instead of deprecated `signer` and `verifier`
for one-shot sign/verify operation using cryptography.

0.7.1

------------------

Changed
^^^^^^^
* Update setup.py to use ``cryptography~=2.3.1``
* Update setup.py to use ``base58~=1.0.0``, also update code using ``base58``
* Licensing info
* README.rst content

Fixed
^^^^^
* Example code in ``examples/ed25519_example.py``: thanks to Chuseuiti

0.7.0

------------------

Note: The above heading used to say "0.6.0.dev1 (2017-07-06)"
but that was a mistake, because it was added
in commit 9ca4648ef47cc99305d753a337c8ff9db9d80a5a
which contained the message "Update changelog for 0.7.0 release".

Changed
^^^^^^^
* Upgrade to ``pyasn1~=0.4``.

0.6.0.dev1

-----------------------
Fixed
^^^^^
* Add missing import for ``base58``.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.