Crate serde_encrypt[][src]

Expand description

serde-encrypt encrypts/decrypts any strcts and enums that implements serde::{Serialize, Deserialize}.

See README.md for basic usage and implementation details.

Modules

error

Error type.

key
msg

Encrypted message structure.

traits

Traits to enable encrypted-serialization to your struct/enum.