[dependencies]
[lib]
name = "fips197"
path = "src/lib.rs"
[package]
categories = ["algorithms", "cryptography", "no-std", "no-std::no-alloc"]
description = "A 0 dependency, no_std implementation of AES128, AES192 and AES256 ciphers."
documentation = "https://docs.rs/fips197"
edition = "2021"
exclude = ["target", "Cargo.lock"]
homepage = "https://github.com/auronandace/fips197"
keywords = ["aes-128", "aes-192", "aes-256", "ciphers"]
license = "ISC"
name = "fips197"
readme = "README.md"
repository = "https://github.com/auronandace/fips197"
version = "0.2.1"