Releases: maidsafe/blsttc
Releases · maidsafe/blsttc
v8.0.0
8.0.0 (2022-11-08)
⚠ BREAKING CHANGES
- repr: switch internal representation to Affine
Features
- repr: switch internal representation to Affine (f52d1f0)
Bug Fixes
- repr: don't alias G{1,2}Affine with G1 G2 (9dffa7c)
v7.1.0
7.1.0 (2022-10-24)
Features
- check pubkey for 0 to prevent rogue key attack variant (108c02c)
- test that reproduces the attack (98876fc)
v7.0.0
7.0.0 (2022-07-15)
⚠ BREAKING CHANGES
- provide context information within Error::NotEnoughShares type
Features
- provide context information within Error::NotEnoughShares type (b95d347)
v6.2.0
6.2.0 (2022-07-05)
Features
- remove getrandom feature list for wasm (2f2b021)
v6.1.0
6.1.0 (2022-06-24)
Features
- simple example for generating a keypair (c3cf652)
v6.0.0
6.0.0 (2022-06-10)
⚠ BREAKING CHANGES
- the
Eq
, Serialize
and Deserialize
derivations are removed from the error type
because the derived hex error doesn't implement these.
I'm finding myself repeating this code several times in places where I'm using the BLS library, so I
thought it would be useful to just have it directly on these types.
Features
- provide hex conversion utilities (2509f30)
v5.2.0
5.2.0 (2022-04-05)
Features
- derive [De-]Serialize on Error (525cc71)