nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_rsa1024_init_pub_key()

int ocrypto_rsa1024_init_pub_key ( ocrypto_rsa1024_pub_key pk,
const uint8_t *  n,
size_t  n_len 
)

#include <crypto/nrf_oberon/include/ocrypto_rsa_key.h>

1024-bit RSA public key setup.

Parameters
[out]pkThe initialized public key.
nThe RSA modulus. Must be exactly 1024 bits.
n_lenLength of n.
Return values
-1If the input length is invalid.
0On success.
Remarks
The public exponent is fixed at 65537.