13 unstable releases (3 breaking)
0.4.0 | Dec 25, 2023 |
---|---|
0.3.0 | Oct 1, 2023 |
0.2.1 | Sep 22, 2023 |
0.2.0 | May 28, 2023 |
0.1.0 | Nov 25, 2022 |
#647 in Cryptography
Used in web-push-native
15KB
298 lines
ece-native
RFC8188 "Encrypted Content-Encoding for HTTP" implemented using rust-crypto native cryptographic primitives.
License
ece-native
is free and open source software distributed under the terms of either the MIT or the Apache 2.0 license, at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
This crate implements Encrypted Content-Encoding (ECE) encryption and decryption according to RFC8188.
Dependencies
~1.5MB
~21K SLoC