Crate cosmian_kms_server

Crate cosmian_kms_server 

Source
Expand description

The lib is mostly useful for the CLI tests but since it is declared, all the modules in other Files will be resolved against the lib. So everything is exported

Modules§

config
core
error
middlewares
result
routes
socket_server
start_kms_server
KMS server module responsible for starting and configuring the KMS server instance.
tls_config

Macros§

kms_bail
Return early with an error if a condition is not satisfied.
kms_ensure
Return early with an error if a condition is not satisfied.
kms_error
Construct a server error from a string.