[go: up one dir, main page]

aesni 0.4.0

AES (Rijndael) block ciphers implementation using AES-NI
Documentation
[package]
name = "aesni"
version = "0.4.0"
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
description = "AES (Rijndael) block ciphers implementation using AES-NI"
documentation = "https://docs.rs/aesni"
repository = "https://github.com/RustCrypto/block-ciphers"
keywords = ["crypto", "aes", "rijndael", "block-cipher"]
categories = ["cryptography", "no-std"]

[dependencies]
block-cipher-trait = "0.5"
opaque-debug = "0.1"
stream-cipher = "0.1"

[dev-dependencies]
block-cipher-trait = { version = "0.5", features = ["dev"] }
stream-cipher = { version = "0.1", features = ["dev"] }

[features]
default = ["ctr"]
ctr = []

[workspace]

[package.metadata.docs.rs]
rustc-args = ["-C", "target-feature=+aes,+ssse3"]
rustdoc-args = ["-C", "target-feature=+aes,+ssse3"]