![]() |
API参考
|
#include <crypt_types.h>
Public 属性 | |
| uint8_t * | p |
| uint8_t * | q |
| uint8_t * | g |
| uint32_t | pLen |
| uint32_t | qLen |
| uint32_t | gLen |
Para structure of the DH algorithm
| uint8_t* CRYPT_DhPara::g |
Parameter g.
| uint32_t CRYPT_DhPara::gLen |
Length of parameter g.
| uint8_t* CRYPT_DhPara::p |
Parameter p.
| uint32_t CRYPT_DhPara::pLen |
Length of parameter p.
| uint8_t* CRYPT_DhPara::q |
Parameter q, the parameter can be NULL.
| uint32_t CRYPT_DhPara::qLen |
Length of parameter q.