Documentation
¶
Index ¶
- func AggregatePubKeys(arrayOfPubKeysAsHexWith0x []string) string
- func AggregateSignatures(arrayOfSignaturesAsHex []string) string
- func GenerateKeypair() (string, string)
- func GenerateSignature(privateKeyAsHex, message string) string
- func VerifySignature(pubKeyAsHexWith0x, message, signatureAsHex string) bool
- func VerifyThresholdSignature(aggregatedPubkeyWhoSignAsHexWith0x, aggregatedSignatureAsHex, ... string, ...) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AggregatePubKeys ¶
func AggregateSignatures ¶
func GenerateKeypair ¶
func GenerateSignature ¶
func VerifySignature ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.