# 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.
# Interfaces
Backend is a key manager management implementation.