crypto-seal
Overview
crypto-seal is a small utility designed to securely "package" or seal serde-compatible data type that can passed around in an uncompromised manner.
Usage
Note: ED25519 is the default key type. The supported key types are ED25519, secp256k1, P-256, P-384, and AES-256. With the AES-256 key type, signing uses HMAC-SHA256 (with a MAC key derived separately from the encryption key), which is a symmetric authenticator and is not publicly verifiable like the elliptic-curve signatures.
use ;
Sharing with recipients
use ;
MSRV
The minimum supported rust version is 1.93, which can be changed in the future. There is no guarantee that this library will work on older versions of rust.
License
This crate is licensed under either Apache 2.0 or MIT.