[dependencies.aes]
version = "0.8.4"
[dependencies.block-padding]
version = "0.3.3"
[dependencies.cbc]
features = ["alloc"]
version = "0.1.2"
[dependencies.ecb]
version = "0.1.2"
[lib]
name = "libcipher"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust implementation of the Advanced Encryption Standard (AES) for secure data encryption and decryption."
edition = "2024"
license = "MIT"
name = "libcipher"
readme = "README.md"
version = "0.1.3"
[[test]]
name = "cipher_tests"
path = "tests/cipher_tests.rs"