Struct openssl::symm::Cipher [] [src]

pub struct Cipher(_);

Methods

impl Cipher
[src]

Returns the length of keys used with this cipher.

Returns the length of the IV used with this cipher, or None if the cipher does not use an IV.

Returns the block size of the cipher.

Note

Stream ciphers such as RC4 have a block size of 1.

Trait Implementations

impl Copy for Cipher
[src]

impl Clone for Cipher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more