nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ ocrypto_ed25519ph_public_key()

void ocrypto_ed25519ph_public_key ( uint8_t pk[(32)],
const uint8_t sk[(32)] )

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

Ed25519ph 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.

Parameters
[out]pkGenerated public key.
skSecret key. Must be pre-filled with random data.