aegis 0.2.0

AEGIS authenticated cipher (AEGIS128L)
Documentation
[[bench]]
harness = false
name = "benchmark"
[dev-dependencies.aes-gcm]
version = "0.9.4"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[features]
default = ["std"]
std = []

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["no-std", "cryptography"]
description = "AEGIS authenticated cipher (AEGIS128L)"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-aegis"
keywords = ["aegis128", "cipher", "aead", "aes", "crypto"]
license = "MIT"
name = "aegis"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-aegis"
version = "0.2.0"
[profile.release]
codegen-units = 1
incremental = false
panic = "abort"
[target."cfg(not(any(all(target_arch = \"x86_64\", target_feature = \"aes\"),all(target_arch = \"x86\", target_feature = \"aes\"))))".dependencies.aes]
features = ["hazmat"]
version = "0.7.5"