|
post quantum cryptography
Highly optimized implementation of the NTRUEncrypt algorithm
|
#include <keypair.h>
Data Fields | |
| fmpz_poly_t | priv |
| fmpz_poly_t | priv_inv |
| fmpz_poly_t | pub |
This struct holds the keypair, both private and public components.
| fmpz_poly_t keypair::priv |
| fmpz_poly_t keypair::priv_inv |
| fmpz_poly_t keypair::pub |
1.8.7