![]() |
nrfxlib API 3.3.99
|
| int ocrypto_ecdsa_p521_sign_hash | ( | uint8_t | sig[132], |
| const uint8_t | hash[64], | ||
| const uint8_t | sk[66], | ||
| const uint8_t | ek[66] ) |
#include <crypto/nrf_oberon/include/ocrypto_ecdsa_p521.h>
ECDSA P-521 signature generation from SHA512 hash.
The message hash hash is signed using the secret key sk and the ephemeral session key ek. The signature is put into sig.
| [out] | sig | Generated signature. |
| hash | Input hash. | |
| sk | Secret key. | |
| ek | Session key. Must be pre-filled with random data. |
| 0 | If ek is a valid session key. |
| -1 | Otherwise. |