![]() |
nrfxlib API 3.3.99
|
|
inlinestatic |
#include <crypto/nrf_oberon/include/ocrypto_ml_dsa87.h>
Signs a hash.
| [in] | ctx | Context. |
| [out] | sig | Generated signature. |
| [in] | hash | Hash to sign. |
| [in] | hash_len | Length of the hash. |
| [in] | oid | Object identifier (11 bytes). |
| [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). |