mozilla / rust-ece

Encrypted Content-Encoding for HTTP (RFC 8188) Rust implementation
Mozilla Public License 2.0
25 stars 11 forks source link

Add convenience functions for encrypt & decrypt #25

Closed jrconlin closed 5 years ago

jrconlin commented 5 years ago

The ece library doesn't really make using it very easy. A fair number of functions are buried or private outside the crate.

The functions should use only aes128gcm encoding to ensure that the older format doesn't continue to be used.