# Functions
CreateKey returns a handler that generates a new key using the provided algorithm.
DeleteKey returns a handler that delete a specific KeyID.
FindKeyByID looks for the key with the given ID in each of the signing services in sigServices.
Handlers sets up all the handers for the routes, injecting a specific CryptoService object for them to use.
KeyInfo returns a Handler that given a specific Key ID param, returns the public key bits of that key.
Sign returns a handler that is able to perform signatures on a given blob.
# Structs
KeyManagementServer implements the KeyManagementServer grpc interface.
SignerServer implements the SignerServer grpc interface.