cipherstash-client 0.28.0

The official CipherStash SDK
Documentation
1
2
3
4
5
6
7
8
//! Module for the schema used by Proxy to configure encryption

/// Schema is actually the `cipherstash-config` package from the Vitur repo.
/// It was becoming confusing having a crate and a module in this crate called cipherstash-config
/// that both do different things (probably indicating a naming problem).
/// Schema might make more sense but for now at least I'm not getting confused.
/// TODO: Consider moving vitur/cipherstash-config into cipherstash-client and call it schema
pub use vitur_protocol::cipherstash_config;