Readonly InternalRThe commitment R to the signature nonce.
Readonly InternalzThe response z to the challenge computed from the commitment R,
the verifying key, and the message.
StaticdefaultInternalConverts default-encoded bytes into a Signature.
The default encoding is the serialized R point followed by the serialized z scalar.
The ciphersuite to use for deserialization
The serialized signature bytes
The deserialized Signature
StaticdeserializeConverts bytes into a Signature using the ciphersuite's deserialization method.
The ciphersuite to use for deserialization
The serialized signature bytes
The deserialized Signature
InternalConverts this signature to its default byte serialization.
The default encoding is the serialized R point followed by the serialized z scalar.
The ciphersuite to use for serialization
The serialized signature as bytes
Converts this signature to its byte serialization using the ciphersuite's method.
The ciphersuite to use for serialization
The serialized signature as bytes
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).