Struct tomcrypt_sys::sober128_state [] [src]

#[repr(C)]
pub struct sober128_state { pub R: [ulong32; 17], pub initR: [ulong32; 17], pub konst: ulong32, pub sbuf: ulong32, pub nbuf: c_int, }

Fields

Trait Implementations

impl Debug for sober128_state
[src]

[src]

Formats the value using the given formatter.

impl Copy for sober128_state
[src]

impl Clone for sober128_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more