![]() |
nrfxlib API 3.3.99
|
Elliptic curve digital signature algorithm based on the NIST P-384 curve (aka secp384r1). More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| int | ocrypto_ecdsa_p384_public_key (uint8_t pk[96], const uint8_t sk[48]) |
| int | ocrypto_ecdsa_p384_sign (uint8_t sig[96], const uint8_t *m, size_t mlen, const uint8_t sk[48], const uint8_t ek[48]) |
| int | ocrypto_ecdsa_p384_sign_hash (uint8_t sig[96], const uint8_t hash[48], const uint8_t sk[48], const uint8_t ek[48]) |
| int | ocrypto_ecdsa_p384_verify (const uint8_t sig[96], const uint8_t *m, size_t mlen, const uint8_t pk[96]) |
| int | ocrypto_ecdsa_p384_verify_hash (const uint8_t sig[96], const uint8_t hash[48], const uint8_t pk[96]) |
Elliptic curve digital signature algorithm based on the NIST P-384 curve (aka secp384r1).