Releases: maidsafe/blsttc
Releases · maidsafe/blsttc
v5.1.0
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
5.0.0 (2022-03-10)
⚠ BREAKING CHANGES
v4.1.0
4.1.0 (2022-03-09)
Features
- replace bls12_381 with blstrs (aca04ec)
v4.0.0
4.0.0 (2022-02-21)
⚠ BREAKING CHANGES
v3.4.0
3.4.0 (2021-09-13)
Features
- accept Borrow for ::combine_signatures() to ease use of Vec (fbd24a7)
v3.3.0
3.3.0 (2021-09-06)
Features
- SecretKeySet and PublicKeySet derive_child (fcd174f)
v3.2.0
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
3.1.0 (2021-08-23)
Features
- add derive_child for SecretKey and PublicKey (524dd27)
v3.0.0
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