Registry / crypto / stream-cipher

stream-cipher

JSON →
library0.99.99rscratesunverified

DEPRECATED: replaced by the `cipher` crate.

# Cargo.toml [dependencies] stream-cipher = "0.99.99"
INSTALL
IMPORT
SIG · STREAM-CIPHER
S
stream-cipher
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.

StreamCipher
use stream_cipher::StreamCipher;

Deprecated crate; migrate to the `cipher` crate.

// This crate is deprecated. Use `cipher` instead. // Example with `cipher`: // use cipher::{KeyIvInit, StreamCipher}; // let mut cipher = aes::Aes128Ctr::new(&key.into(), &iv.into()); // cipher.apply_keystream(&mut data);
Debug
Known issues
breakingCrate is deprecated and no longer maintained.
fix
Replace with the `cipher` crate from RustCrypto.
affects: >=0.99.99
Upgrade
Version history
0.99.99latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
17
Amazon
1
Resources
stream-cipher — cargo add stream-cipher · libregistry