cosmian_kms_server_database 5.20.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
13
14
pub(crate) mod findex;
pub(crate) mod objects_db;
pub(crate) mod permissions;
mod redis_with_findex;

pub(crate) use redis_with_findex::RedisWithFindex;
#[cfg(test)]
pub(crate) use redis_with_findex::init_findex_redis;
pub use redis_with_findex::redis_master_key_from_password;
#[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};