Struct rc2::RC2 [] [src]

pub struct RC2 { /* fields omitted */ }

A structure that represents the block cipher initialized with a key

Methods

impl RC2
[src]

Create a cipher with the specified effective key length

Trait Implementations

impl BlockCipherVarKey for RC2
[src]

impl BlockCipher for RC2
[src]