Struct tomcrypt_sys::chacha20_prng [] [src]

#[repr(C)]
pub struct chacha20_prng { pub s: chacha_state, pub ent: [c_uchar; 40], pub idx: c_ulong, }

Fields

Trait Implementations

impl Copy for chacha20_prng
[src]

impl Clone for chacha20_prng
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more