[][src]Module sgx_crypto_helper::rsa2048

Structs

Rsa2048KeyPair

Data structure of RSA 2048 Keypair (RSA-OAEP). RSA 2048 Keypair provides block cipher encryption/decryption implementations. The block size of plain text is 190 bytes and the block size of cipher text is 256 bytes. 190 byte = 2048bit - 2*SHA256_BYTE - 2

Rsa2048PubKey

Constants

SGX_RSA2048_KEY_SIZE
SGX_RSA2048_PRI_EXP_SIZE
SGX_RSA2048_PUB_EXP_SIZE
SGX_RSA2048_DEFAULT_E

Traits

BigArray