Struct crypto::hc128::Hc128[][src]

pub struct Hc128 { /* fields omitted */ }

Methods

impl Hc128
[src]

Trait Implementations

impl Copy for Hc128
[src]

impl Clone for Hc128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl SynchronousStreamCipher for Hc128
[src]

impl Encryptor for Hc128
[src]

impl Decryptor for Hc128
[src]

Auto Trait Implementations

impl Send for Hc128

impl Sync for Hc128