rops 0.1.7

SOPS-like library in pure Rust
Documentation
mod authorization_tag;
pub(crate) use authorization_tag::AuthorizationTag;

mod rng_key;
pub(crate) use rng_key::RngKey;

mod data_key;
pub(crate) use data_key::DataKey;

mod nonce;
pub(crate) use nonce::Nonce;

mod encrypted_data;
pub(crate) use encrypted_data::EncryptedData;

pub mod cipher;
pub(crate) use cipher::*;

pub mod hasher;
pub(crate) use hasher::*;