Registry / crypto / rc2
library0.9.0rscratesunverified

RC2 block cipher implementation.

# Cargo.toml [dependencies] rc2 = "0.9.0"
INSTALL
IMPORT
SIG · RC2
R
rc2
cryptorustv0.9.0
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.

Rc2
✓ use rc2::Rc2;

Initialize an RC2 cipher with a variable-length key.

use rc2::Rc2; fn main() { let key = b"secret"; let cipher = Rc2::new(key); println!("RC2 cipher initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
Resources
rc2 — cargo add rc2 · libregistry