Releases: bigchaindb/cryptoconditions
Releases · bigchaindb/cryptoconditions
v0.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.
v0.7.3
v0.7.2
v0.7.1
Changed
- Update setup.py to use
cryptography~=2.3.1
- Update setup.py to use
base58~=1.0.0
, also update code usingbase58
- Licensing info
- README.rst content
Fixed
- Example code in
examples/ed25519_example.py
: thanks to @Chuseuiti
v0.6.0.dev1
Increase dev version for small fix
v0.6.0.dev
Upgrade to crypto-conditions version 02: https://tools.ietf.org/html/draft-thomas-crypto-conditions-02