What's new
- Publish solana-bls-signatures v3.1.0 by @github-actions[bot]
- Make domain separation tags for signatures and PoP consistent by @samkim-crypto
- Remove unnecessary cloning by @samkim-crypto
- Do not reproduce public key when generating PoP by @samkim-crypto
- Reject identity public keys for verification by @samkim-crypto
- Remove unnecessary import by @samkim-crypto
- Cargo fmt by @samkim-crypto
- Add unchecked affine types and
aggregate_with_scalarfunctions by @samkim-crypto - Fix and add unit tests by @samkim-crypto
- Reject input key materials that are less than 32 bytes by @samkim-crypto
- Add interface to pre-hash message by @samkim-crypto