This crate has not been security reviewed yet, use at your own risk (tracking issue).
ece is a Rust implementation of the HTTP Encrypted Content-Encoding standard (RFC 8188). It is a port of the ecec C library.
This crate is destined to be used by higher-level Web Push libraries, both on the server and the client side.
This crate is designed to be used with different crypto backends. At the moment only openssl is supported.
Currently, two HTTP ece schemes are available to consumers of the crate:
- The newer RFC8188 aes128gcm
standard.
- The legacy draft-03 aesgcm
scheme.