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

◆ ocrypto_ed448_sign()

void ocrypto_ed448_sign ( uint8_t  sig[(114)],
const uint8_t *  m,
size_t  m_len,
const uint8_t  sk[(57)],
const uint8_t  pk[(57)] 
)

Ed448 signature generation.

The message m is signed using the secret key sk and the corresponding public key pk. The signature is put into sig.

Parameters
[out]sigGenerated signature.
mInput message.
m_lenLength of m.
skSecret key.
pkPublic key.