Skip to content

Releases: maidsafe/blsttc

v5.1.1

18 Mar 19:24
Compare
Choose a tag to compare

5.1.1 (2022-03-18)

v5.1.0

15 Mar 21:43
Compare
Choose a tag to compare

5.1.0 (2022-03-15)

Features

  • add From for PublicKey (a93c8e6)
  • add generic partial eq and from impls (7a198d3)
  • From for PublicKey (4c75c8a)

v5.0.0

10 Mar 00:19
Compare
Choose a tag to compare

5.0.0 (2022-03-10)

⚠ BREAKING CHANGES

  • ensure version bump to 5.0.0

  • update readme (8251bb2)

v4.1.0

09 Mar 18:49
Compare
Choose a tag to compare

4.1.0 (2022-03-09)

Features

  • replace bls12_381 with blstrs (aca04ec)

v4.0.0

21 Feb 11:33
Compare
Choose a tag to compare

4.0.0 (2022-02-21)

⚠ BREAKING CHANGES

  • api: changes to public API

  • api: removing calls to unwrap(), returning Result from all apis (91db096)

v3.4.0

13 Sep 04:47
Compare
Choose a tag to compare

3.4.0 (2021-09-13)

Features

  • accept Borrow for ::combine_signatures() to ease use of Vec (fbd24a7)

v3.3.0

06 Sep 07:56
Compare
Choose a tag to compare

3.3.0 (2021-09-06)

Features

  • SecretKeySet and PublicKeySet derive_child (fcd174f)

v3.2.0

30 Aug 22:52
Compare
Choose a tag to compare

3.2.0 (2021-08-30)

Features

  • add g2_from_be_bytes and g2_to_be_bytes (47f0102)
  • allow utils to be used publicly (ce8e969)

v3.1.0

23 Aug 00:58
Compare
Choose a tag to compare

3.1.0 (2021-08-23)

Features

  • add derive_child for SecretKey and PublicKey (524dd27)

v3.0.0

05 Aug 11:27
Compare
Choose a tag to compare

3.0.0 (2021-08-05)

⚠ BREAKING CHANGES

  • PublicKey::from_bytes, PublicKeyShare::from_bytes,
    Signature::from_bytes and SignatureShare::from_bytes can no longer
    take &[u8; N], and must be called with [u8; N] instead. This may
    require additional copying/cloning.

  • Force a breaking change (b4b22e5), closes #11