fips197 0.2.1

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

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]