![]() |
nrfxlib API 3.3.99
|
| int ocrypto_ed448_verify | ( | const uint8_t | sig[(114)], |
| const uint8_t * | m, | ||
| size_t | m_len, | ||
| const uint8_t | pk[(57)] ) |
#include <crypto/nrf_oberon/include/ocrypto_ed448.h>
Ed448 signature verification.
The signature sig of the input message m is verified using the signer's public key pk.
| sig | Input signature. |
| m | Input message. |
| m_len | Length of m. |
| pk | Signer's public key. |
| 0 | If the signature is valid. |
| -1 | Otherwise. |