API参考
载入中...
搜索中...
未找到
CRYPT_DhPara结构体 参考

#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

类成员变量说明

◆ g

uint8_t* CRYPT_DhPara::g

Parameter g.

◆ gLen

uint32_t CRYPT_DhPara::gLen

Length of parameter g.

◆ p

uint8_t* CRYPT_DhPara::p

Parameter p.

◆ pLen

uint32_t CRYPT_DhPara::pLen

Length of parameter p.

◆ q

uint8_t* CRYPT_DhPara::q

Parameter q, the parameter can be NULL.

◆ qLen

uint32_t CRYPT_DhPara::qLen

Length of parameter q.


该结构体的文档由以下文件生成: