RsaPublicKey Struct Reference

RSA public key. More...

#include <rsa.h>

Data Fields

Mpi n
 Modulus. More...
 
Mpi e
 Public exponent. More...
 

Detailed Description

RSA public key.

Definition at line 56 of file rsa.h.

Field Documentation

◆ e

Mpi e

Public exponent.

Definition at line 59 of file rsa.h.

◆ n

Mpi n

Modulus.

Definition at line 58 of file rsa.h.


The documentation for this struct was generated from the following file:
  • cyclone_crypto/pkc/rsa.h