![]() |
nrfxlib API 3.3.99
|
| void ocrypto_ed448_public_key | ( | uint8_t | pk[(57)], |
| const uint8_t | sk[(57)] ) |
#include <crypto/nrf_oberon/include/ocrypto_ed448.h>
Ed448 signature key pair generation.
Given a secret key sk, the corresponding public key is computed and put into pk. The key pair can then be used to sign and verify message signatures.
| [out] | pk | Generated public key. |
| sk | Secret key. Must be pre-filled with random data. |