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

#include <crypt_types.h>

Public 属性

uint8_t * n
uint8_t * g
uint8_t * n2
uint32_t nLen
uint32_t gLen
uint32_t n2Len

详细描述

Paillier public key parameter structure

类成员变量说明

◆ g

uint8_t* CRYPT_PaillierPub::g

Paillier public key parameter marked as g

◆ gLen

uint32_t CRYPT_PaillierPub::gLen

Length of the Paillier public key parameter marked as g

◆ n

uint8_t* CRYPT_PaillierPub::n

Paillier public key parameter marked as n

◆ n2

uint8_t* CRYPT_PaillierPub::n2

Paillier public key parameter marked as n2

◆ n2Len

uint32_t CRYPT_PaillierPub::n2Len

Length of the Paillier public key parameter marked as n2

◆ nLen

uint32_t CRYPT_PaillierPub::nLen

Length of the Paillier public key parameter marked as n


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