[][src]Module sgx_crypto_helper::rsa3072

Structs

Rsa3072KeyPair

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

Rsa3072PubKey

Constants

SGX_RSA3072_DEFAULT_E

Traits

BigArray