shadow_crypt_core/
profile.rs

1pub enum SecurityProfile {
2    Production,
3    Test,
4}