StaticdeserializeConverts bytes into a Signature using the ciphersuite's deserialization method.
The ciphersuite to use for deserialization
The serialized signature bytes
The deserialized Signature
Converts this signature to its byte serialization using the ciphersuite's method.
The ciphersuite to use for serialization
The serialized signature as bytes
Check equality with another Signature.
The ciphersuite to use for comparison
The other Signature to compare with
True if the signatures are equal
Convert to a debug string representation.
The ciphersuite to use for serialization
A debug string showing R and z as hex
A Schnorr signature over some prime order group (or subgroup).