Registry / crypto / block-cipher

block-cipher

JSON →
library0.99.99rscratesunverified

DEPRECATED: replaced by the `cipher` crate.

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

BlockCipher
use block_cipher::BlockCipher;

Deprecated crate; migrate to `cipher`.

use block_cipher::BlockCipher; fn main() { // This crate is deprecated; use the `cipher` crate instead. }
Debug
Known issues
breakingCrate is deprecated and replaced by the `cipher` crate.
fix
Replace `block-cipher` dependency with `cipher` and update imports accordingly.
affects: >=0.99.99
Upgrade
Version history
0.99.99latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
block-cipher — cargo add block-cipher · libregistry