Struct tomcrypt_sys::dsa_key [] [src]

#[repr(C)]
pub struct dsa_key { pub type_: c_int, pub qord: c_int, pub g: *mut c_void, pub q: *mut c_void, pub p: *mut c_void, pub x: *mut c_void, pub y: *mut c_void, }

DSA key structure

Fields

The key type, PK_PRIVATE or PK_PUBLIC

The order of the sub-group used in octets

The generator

The prime used to generate the sub-group

The large prime that generats the field the contains the sub-group

The private key

The public key

Trait Implementations

impl Debug for dsa_key
[src]

[src]

Formats the value using the given formatter.

impl Copy for dsa_key
[src]

impl Clone for dsa_key
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more