libes 0.2.0

Collection of Elliptic Curve Integrated Encryption Scheme(s)
Documentation
[dependencies.chacha20poly1305]
optional = true
version = "0.10.1"

[dependencies.ed25519-dalek]
optional = true
version = "1.0.1"

[dependencies.hkdf]
version = "0.12.3"

[dependencies.hmac]
optional = true
version = "0.12.1"

[dependencies.rand_core]
features = ["getrandom"]
version = "0.6.4"

[dependencies.sha2]
version = "0.10.6"

[dependencies.x25519-dalek]
optional = true
version = "2.0.0-pre.1"

[features]
AES-GCM = []
ECIES-AEAD = []
ECIES-MAC = []
ECIES-SYN = []
HMAC-SHA256 = ["dep:hmac"]
K-256 = ["secp256k1"]
P-256 = ["secp256r1"]
XChaCha20-Poly1305 = ["dep:chacha20poly1305"]
ed25519 = ["dep:ed25519-dalek"]
secp256k1 = []
secp256r1 = []
x25519 = ["dep:x25519-dalek"]

[lib]
bench = false
crate-type = ["rlib", "dylib"]
doc = true
doctest = true
name = "libes"
path = "src/lib.rs"
test = true

[package]
authors = ["Tomas Rohatynski"]
categories = ["cryptography", "data-structures", "encoding", "algorithms"]
description = "Collection of Elliptic Curve Integrated Encryption Scheme(s)"
edition = "2021"
homepage = "https://github.com/TJRoh01/libes"
keywords = ["library", "encryption", "cypto", "ecc", "ecies"]
license = "MIT OR Apache-2.0"
name = "libes"
readme = "README_CRATES_IO.md"
repository = "https://github.com/TJRoh01/libes"
rust-version = "1.60"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true