cosmian_kms_server_database 5.14.1

Crate containing the database for the Cosmian KMS server and the supported stores
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod findex;
pub(crate) mod objects_db;
pub(crate) mod permissions;
mod redis_with_findex;

pub use redis_with_findex::redis_master_key_from_password;
pub(crate) use redis_with_findex::{RedisWithFindex, init_findex_redis};
#[cfg(test)]
pub(crate) mod additional_redis_findex_tests;

pub(crate) mod migrations;
pub(crate) use findex::{FINDEX_KEY_LENGTH, REDIS_WITH_FINDEX_MASTER_KEY_LENGTH};