Skip to content

Releases: bigchaindb/cryptoconditions

v0.8.0

20 Oct 17:47
a9c8412
Compare
Choose a tag to compare

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

04 Sep 11:12
1762f81
Compare
Choose a tag to compare

Changed

  • Update setup.py to use PyNaCl~=1.2.1

v0.7.2

31 Aug 10:30
a5d63fc
Compare
Choose a tag to compare

Changed

  • Use sign and verify instead of deprecated signer and verifier for one-shot sign/verify operation using cryptography.

v0.7.1

28 Aug 14:26
a73526f
Compare
Choose a tag to compare

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

v0.6.0.dev1

06 Jul 14:49
Compare
Choose a tag to compare
v0.6.0.dev1 Pre-release
Pre-release
Increase dev version for small fix

v0.6.0.dev

06 Jul 15:05
Compare
Choose a tag to compare
v0.6.0.dev Pre-release
Pre-release

Upgrade to crypto-conditions version 02: https://tools.ietf.org/html/draft-thomas-crypto-conditions-02

v0.5.0

13 Oct 15:03
Compare
Choose a tag to compare

Switch to pynacl crypto library for signing and verification with ED25519

v0.4.1

13 Jun 13:43
Compare
Choose a tag to compare

fix: timestamp in UTC

v0.4.0

13 Jun 09:16
Compare
Choose a tag to compare

Externalize JSON, use dicts internally

v0.3.1

13 Jun 09:13
Compare
Choose a tag to compare

Timeout and Inverted Fulfillment