package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

AggregatePublicKeys aggregates a non-zero number of public keys into a single aggregated public key.
AggregateSignatures aggregates a non-zero number of signatures into a single aggregated signature.
PublicKeyFromCompressedBytes parses the compressed big-endian format of the public key into a public key.
PublicKeyFromValidUncompressedBytes parses the uncompressed big-endian format of the public key into a public key.
PublicKeyToCompressedBytes returns the compressed big-endian format of the public key.
PublicKeyToUncompressedBytes returns the uncompressed big-endian format of the public key.
SignatureFromBytes parses the compressed big-endian format of the signature into a signature.
SignatureToBytes returns the compressed big-endian format of the signature.
Verify the [sig] of [msg] against the [pk].
Verify the possession of the secret pre-image of [sk] by verifying a [sig] of [msg] against the [pk].

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author