package
0.2501.0
Repository: https://github.com/oasisprotocol/oasis-core.git
Documentation: pkg.go.dev

# Functions

NewClient creates a new gRPC key manager client.
RegisterService registers a new keymanager backend service with the given gRPC server.

# Constants

ModuleName is a unique module name for the keymanager module.

# Variables

InsecureRAK is the insecure hardcoded key manager public key, used in insecure builds when a RAK is unavailable.
InsecureREK is the insecure hardcoded key manager public key, used in insecure builds when a REK is unavailable.
RPCMethodConnect is the name of the method used to establish a Noise session.
TestSigners contains a list of signers with corresponding test keys, used in insecure builds when a RAK is unavailable.

# Structs

Client is a gRPC key manager client.
Genesis is the key manager management genesis state.

# Interfaces

Backend is a key manager management implementation.