![]() |
nrfxlib API 3.3.99
|
Elliptic curve digital signature algorithm based on the NIST P-256 curve (aka secp256r1) (deterministic variant). More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ocrypto_ecdsa_p256_det_sign (uint8_t sig[64], const uint8_t *m, size_t mlen, const uint8_t sk[32]) |
| void | ocrypto_ecdsa_p256_det_sign_hash (uint8_t sig[64], const uint8_t hash[32], const uint8_t sk[32]) |
Elliptic curve digital signature algorithm based on the NIST P-256 curve (aka secp256r1) (deterministic variant).