Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EdSigner ¶
type EdSigner struct {
// contains filtered or unexported fields
}
EdSigner represents an ED25519 signer
func NewEdSignerFromBuffer ¶
NewEdSignerFromBuffer builds a signer from a private key as byte buffer
type PublicKey ¶
type PublicKey struct {
// contains filtered or unexported fields
}
PublicKey is the type describing a public key
func NewPublicKey ¶
NewPublicKey constructs a new public key instance from a byte array
func (*PublicKey) Field ¶ added in v0.1.15
Field returns a log field. Implements the LoggableField interface.
func (*PublicKey) ShortString ¶
ShortString returns a representative sub string
type VRFSigner ¶ added in v0.1.34
type VRFSigner struct {
// contains filtered or unexported fields
}
VRFSigner is a signer for VRF purposes
func NewVRFSigner ¶ added in v0.1.34
NewVRFSigner creates a new VRFSigner from a 32-byte seed
Click to show internal directories.
Click to hide internal directories.