Stricter AggregatePublicKey and Subgroup Checks
Updates
- Subgroup checks for public keys now occur during deserialisation (alternatively use
PublicKey::from_bytes_unchecked()
) - Subgroup checks for signatures still occur during verification
AggregatePublicKey
has been restricted to prevent adding the point at infinity by removingis_empty
from_bytes()
new()
default()