Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Key ¶
Key is a reference to a key in the keymanager
func NewKeyFromPriv ¶
func NewRandomKey ¶
func NewRandomKey() *Key
type PublicKey ¶
type PublicKey struct {
// contains filtered or unexported fields
}
PublicKey is a Bls public key
func (*PublicKey) Deserialize ¶
type SecretKey ¶
type SecretKey struct {
// contains filtered or unexported fields
}
SecretKey is a Bls secret key
func (*SecretKey) GetPublicKey ¶
type Signature ¶
type Signature struct {
// contains filtered or unexported fields
}
Signature is a Bls signature
func (*Signature) Deserialize ¶
Click to show internal directories.
Click to hide internal directories.