cx_rsa_public_key_s | Developers

cx_rsa_public_key_s

Back to the files list

Abstract RSA public key. More...

Data Fields

size_t size
 Key size in bytes. More...
uint8_t e [4]
 32-bit public exponent More...
uint8_t n [1]
 Public modulus. More...

Detailed Description

Abstract RSA public key.

This type shall not be instantiate, it is only defined to allow unified API for RSA operations.

Field Documentation

e

uint8_t e[4]

32-bit public exponent

n

uint8_t n[1]

Public modulus.

size

size_t size

Key size in bytes.

Back to the files list


Did you find this page helpful?


How would you improve this page for developers?



Getting Started
Theme Features
Customization

Embedded Apps