8 releases
0.1.3 | Jan 25, 2023 |
---|---|
0.1.2 | Dec 16, 2022 |
0.1.0 | Nov 25, 2022 |
0.1.0-pre4 | Oct 26, 2022 |
0.1.0-pre3 | Sep 19, 2022 |
#869 in Cryptography
46 downloads per month
Used in web-push-native
13KB
288 lines
ece
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
~1MB
~19K SLoC