A prime-order group (or subgroup) that provides everything we need to create and verify Schnorr signatures.
The field type for scalars
The element type for this group
The serialization type (fixed-length byte array, little-endian)
Readonly
The field instance for this group.
The cofactor of the group.
The identity element of the group.
The generator element of the group.
Serialize an element to bytes.
Deserialize an element from bytes.
Add two group elements.
Subtract two group elements.
Multiply a group element by a scalar.
Scalar base multiplication (generator * scalar).
Negate a group element.
Check if two elements are equal.
Check if an element is the identity.
A prime-order group (or subgroup) that provides everything we need to create and verify Schnorr signatures.