cosmian_kms_cli 5.18.0

Command Line Interface used to manage the KMS server If any assistance is needed, please either visit the Cosmian technical documentation at https://docs.cosmian.com or contact the Cosmian support team on Discord https://discord.com/invite/7kPMNtHpnz
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::large_futures)]
// Those tests are not run in CI, but they are useful for local testing.
// mod identities;
// mod key_pairs_enabling;
#[cfg(feature = "non-fips")]
mod key_pairs;
#[cfg(feature = "non-fips")]
mod using_hsm;