Documentation
¶
Index ¶
Constants ¶
View Source
const SignatureLen = 96
SignatureLen is the length of a BLS signature
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregateSignature ¶ added in v1.14.2
AggregateSignature represents an aggregated BLS signature
func (*AggregateSignature) Bytes ¶ added in v1.14.2
func (as *AggregateSignature) Bytes() []byte
Bytes returns the byte representation
type Signature ¶
type Signature struct {
// contains filtered or unexported fields
}
Signature represents a BLS signature
type Verifier ¶ added in v1.14.2
type Verifier struct{}
Verifier verifies BLS signatures
func NewVerifier ¶ added in v1.14.2
func NewVerifier() *Verifier
NewVerifier creates a new BLS verifier
Click to show internal directories.
Click to hide internal directories.