![]() |
nrfxlib API 3.3.99
|
|
inlinestatic |
#include <crypto/nrf_oberon/include/ocrypto_ml_dsa65.h>
Verifies a signature against a message.
| [in] | ctx | Context. |
| [in] | sig | Signature to verify. |
| [in] | m | Message to verify. |
| [in] | mlen | Length of the message. |
| [in] | ctx_str | Context string (optional). |
| [in] | ctx_len | Length of the context string (0 <= ctx_len < 256). |
| [in] | pk | Public key. |