Documentation
¶
Index ¶
Constants ¶
View Source
const BLS_ACTIVE = true
Variables ¶
This section is empty.
Functions ¶
func FastAggregateVerify ¶ added in v0.10.1
func FastAggregateVerify(pubkeys []*CachedPubkey, message [32]byte, signature BLSSignature) bool
func Verify ¶ added in v0.10.1
func Verify(pubkey *CachedPubkey, message [32]byte, signature BLSSignature) bool
Types ¶
type BLSSignature ¶ added in v0.12.1
type BLSSignature [96]byte
type CachedPubkey ¶ added in v0.12.1
type CachedPubkey struct { Compressed BLSPubkey // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.