Registry / crypto / aes-soft

aes-soft

JSON →
library0.99.99rscratesunverified

DEPRECATED: replaced by the `aes` crate. This crate is no longer maintained.

# Cargo.toml [dependencies] aes-soft = "0.99.99"
INSTALL
IMPORT
SIG · AES-SOFT
A
aes-soft
cryptorustv0.99.99
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Aes128
use aes_soft::Aes128;

Minimal usage of the deprecated AES-128 cipher.

use aes_soft::Aes128; fn main() { let key = [0u8; 16]; let cipher = Aes128::new(&key.into()); println!("AES-128 cipher created (deprecated crate)"); }
Debug
Known issues
breakingCrate is deprecated; use `aes` crate instead.
fix
Replace dependency with `aes` crate (same API).
affects: >=0.99.0
Upgrade
Version history
0.99.99latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
44
Resources
aes-soft — cargo add aes-soft · libregistry