Crate rc2 [] [src]

An implementation of the RC2 block cipher.

Reexports

pub extern crate block_cipher_trait;

Structs

Rc2

A structure that represents the block cipher initialized with a key

Traits

BlockCipher

The trait which defines in-place encryption and decryption over single block or several blocks in parallel.