ece-native 0.1.3

Encrypted Content-Encoding (ECE) encryption and decryption implemented according to RFC8188
Documentation
[dependencies.aes-gcm]
version = "0.10.1"

[dependencies.hkdf]
version = "0.12.3"

[dependencies.sha2]
version = "0.10.6"
[dev-dependencies.base64ct]
features = ["alloc", "std"]
version = "1.5.3"

[dev-dependencies.once_cell]
version = "1.17.0"

[package]
authors = ["Leo Gaskin <leo.gaskin@le0.gs>"]
categories = ["cryptography", "network-programming", "web-programming"]
description = "Encrypted Content-Encoding (ECE) encryption and decryption implemented according to RFC8188"
edition = "2021"
homepage = "https://github.com/leotaku/web-push-native"
keywords = ["http-ece", "web-push", "ece", "rust-crypto"]
license = "MIT OR Apache-2.0"
name = "ece-native"
readme = "README.md"
repository = "https://github.com/leotaku/web-push-native"
rust-version = "1.60.0"
version = "0.1.3"