Documentation ¶
Overview ¶
Package keyvault defines a common interface for a struct which is capable of retrieving BLS12-381 eth2 validator keys from a secure source, such as Hashicorp Vault or other enclave. The kind of keyvault can be dynamically chosen at runtime, and as long as the implementation satisfies the interface, the remote signer server will be able to use it to successfully complete signing request.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package deterministic defines an implementation of an insecure, purely deterministic keyvault used by this remote signer server for demonstration purposes.
|
Package deterministic defines an implementation of an insecure, purely deterministic keyvault used by this remote signer server for demonstration purposes. |
Allows to create a Store that contains a set of public a private keys derived from a mnemonic.
|
Allows to create a Store that contains a set of public a private keys derived from a mnemonic. |
Click to show internal directories.
Click to hide internal directories.