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

◆ ocrypto_ed448_verify()

int ocrypto_ed448_verify ( const uint8_t  sig[(114)],
const uint8_t *  m,
size_t  m_len,
const uint8_t  pk[(57)] 
)

Ed448 signature verification.

The signature sig of the input message m is verified using the signer's public key pk.

Parameters
sigInput signature.
mInput message.
m_lenLength of m.
pkSigner's public key.
Return values
0If the signature is valid.
-1Otherwise.