See 16. Unwraps are all removed and errors are handled. This should make happier devex that we expect less unexpected panic!
1.2.0
See 14
1.1.0
Upgrade the binding to milagro_bls [1.1.0](https://github.com/sigp/milagro_bls/releases/tag/v1.1.0)
Notable changes
- Should include the behavior of [Hash to Curve v07](https://tools.ietf.org/html/draft-irtf-cfrg-hash-to-curve-07) - A secret key should be 32 bytes - We are now allowed to aggregate duplicated messages. The distinct messages are required before because the rouge key attack is possible if we don't check the ownership of the public key. See [FAQ](./FAQ.md)
1.0.2
1.0.1
1.0.0
- Introduce breaking changes, incompatible with 0.1.x - Bind https://github.com/sigp/milagro_blsv1.0.0 - Support eth2-specs v0.10.0 BLS [APIs](https://github.com/ethereum/eth2.0-specs/blob/v0.10.0/specs/phase0/beacon-chain.md#bls-signatures)