DSA

Type Alias DSA 

Source
pub type DSA = dsa_st;

Aliased Type§

#[repr(C)]
pub struct DSA { pub version: i64, pub p: *mut bignum_st, pub q: *mut bignum_st, pub g: *mut bignum_st, pub pub_key: *mut bignum_st, pub priv_key: *mut bignum_st, pub flags: i32, pub method_mont_lock: crypto_mutex_st, pub method_mont_p: *mut bn_mont_ctx_st, pub method_mont_q: *mut bn_mont_ctx_st, pub references: u32, pub ex_data: crypto_ex_data_st, }

Fields§

§version: i64§p: *mut bignum_st§q: *mut bignum_st§g: *mut bignum_st§pub_key: *mut bignum_st§priv_key: *mut bignum_st§flags: i32§method_mont_lock: crypto_mutex_st§method_mont_p: *mut bn_mont_ctx_st§method_mont_q: *mut bn_mont_ctx_st§references: u32§ex_data: crypto_ex_data_st