aes_crypto 1.4.0

A platform-agnostic library for the AES cipher (Rijndael)
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dev-dependencies.hex]
default-features = false
version = "0.4.3"

[dev-dependencies.lazy_static]
version = "1.5.0"

[features]
constant-time = []
nightly = []

[lib]
name = "aes_crypto"
path = "src/lib.rs"

[package]
authors = ["Sayantan Chakraborty <sayantn05@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std", "no-std::no-alloc"]
description = "A platform-agnostic library for the AES cipher (Rijndael)"
edition = "2021"
exclude = ["ci", ".github"]
keywords = ["crypto", "aes", "rijndael", "no_std"]
license = "MIT"
name = "aes_crypto"
readme = "README.md"
repository = "https://github.com/sayantn/aes"
version = "1.4.0"