![]() |
API参考
|
#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
| uint8_t* CRYPT_PaillierPub::g |
Paillier public key parameter marked as g
| uint32_t CRYPT_PaillierPub::gLen |
Length of the Paillier public key parameter marked as g
| uint8_t* CRYPT_PaillierPub::n |
Paillier public key parameter marked as n
| uint8_t* CRYPT_PaillierPub::n2 |
Paillier public key parameter marked as n2
| uint32_t CRYPT_PaillierPub::n2Len |
Length of the Paillier public key parameter marked as n2
| uint32_t CRYPT_PaillierPub::nLen |
Length of the Paillier public key parameter marked as n