![]() |
nrfxlib API 3.3.99
|
|
inlinestatic |
#include <crypto/nrf_oberon/include/ocrypto_ml_dsa87.h>
Signs a message.
| [in] | ctx | Context. |
| [out] | sig | Generated signature. |
| [in] | m | Message to sign. |
| [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] | sk | Secret key. |
| [in] | rnd | Random seed (32 bytes, NULL for deterministic signing). |