Skip to content

Stricter AggregatePublicKey and Subgroup Checks

Compare
Choose a tag to compare
@kirk-baird kirk-baird released this 20 Oct 06:00
· 20 commits to master since this release
45a076a

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 removing
    • is_empty
    • from_bytes()
    • new()
    • default()