Documentation ¶
Index ¶
Constants ¶
View Source
const ( ProtocolDefault = 0 ProtocolTaproot = 1 ProtocolEd25519SHA512 = 2 ProtocolMixinPublic = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Signature ¶
type Signature struct { // R is the commitment point. R curve.Point // contains filtered or unexported fields }
Signature represents the result of a Schnorr signature.
This signature claims to satisfy:
z * G = R + H(R, Y, m) * Y
for a public key Y.
Click to show internal directories.
Click to hide internal directories.