package
3.1.4+incompatible
Repository: https://github.com/maxinyugh/theta-protocol-ledger.git
Documentation: pkg.go.dev

# Functions

AggregatePublicKeys adds public keys together.
AggregatePublicKeysVec aggregates public keys based on given vector.
AggregateSignatures adds up all of the signatures.
AggregateSignaturesVec aggregates signatures based on given vector.
No description provided by the author
NewAggregatePubkey creates a blank public key.
NewAggregateSignature creates a blank aggregate signature.
PublicKeyFromBytes creates a BLS public key from a byte slice.
RandKey generates a random secret key.
SecretKeyFromBytes creates a BLS private key from a byte slice.
SignatureFromBytes creates a BLS signature from a byte slice.

# Structs

PublicKey is a public key.
SecretKey represents a BLS private key.
Signature is a message signature.