package
0.99.99-test-ignore
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev
# Functions
IsSortedAndUniqueSECP2561RSigs returns true if [sigs] is sorted.
SortSECP2561RSigs sorts a slice of SECP2561R signatures.
# Constants
SECP256K1RPKLen is the number of bytes in a secp2561k recoverable public key.
SECP256K1RSigLen is the number of bytes in a secp2561k recoverable signature.
SECP256K1RSKLen is the number of bytes in a secp2561k recoverable private key.
# Variables
EnableCrypto ..
# Structs
FactoryED25519 ...
FactoryRSA ...
FactoryRSAPSS ...
FactorySECP256K1R ...
PrivateKeyED25519 ...
PrivateKeyRSA ...
PrivateKeyRSAPSS ...
PrivateKeySECP256K1R ...
PublicKeyED25519 ...
PublicKeyRSA ...
PublicKeyRSAPSS ...
PublicKeySECP256K1R ...
# Interfaces
Factory ...
PrivateKey ...
PublicKey ...
RecoverableFactory ...