ops_dsa_public_key_t Struct Reference

Structure to hold one DSA public key parameters. More...

#include <packet.h>


Data Fields

BIGNUM * p
BIGNUM * q
BIGNUM * g
BIGNUM * y


Detailed Description

Structure to hold one DSA public key parameters.

See also:
RFC4880 5.5.2


Field Documentation

BIGNUM* ops_dsa_public_key_t::g
 

DSA group generator g

BIGNUM* ops_dsa_public_key_t::p
 

DSA prime p

BIGNUM* ops_dsa_public_key_t::q
 

DSA group order q

BIGNUM* ops_dsa_public_key_t::y
 

DSA public key value y (= g^x mod p with x being the secret)


The documentation for this struct was generated from the following file:
Generated on Tue May 21 00:00:02 2013 for OpenPGP:SDK by  doxygen 1.4.6