Documentation ¶
Index ¶
Constants ¶
View Source
const ( // The number of bytes needed to represent an EC Schnorr signature. 32 bytes // for SHA256 digest + 32 bytes for EC coefficient SignatureSize = 32 + 32 )
Variables ¶
View Source
var ( // ErrECSchnorrVerify signifies that the signature failed to verify with the // given public key. ErrECSchnorrVerify = errors.New("Signature does not belong to public key") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.