![]() |
nrfxlib API 3.3.99
|
Elliptic curve digital signature algorithm based on the NIST P-224 curve (aka secp224r1). More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| int | ocrypto_ecdsa_p224_public_key (uint8_t pk[56], const uint8_t sk[28]) |
| int | ocrypto_ecdsa_p224_sign (uint8_t sig[56], const uint8_t *m, size_t mlen, const uint8_t sk[28], const uint8_t ek[28]) |
| int | ocrypto_ecdsa_p224_sign_hash (uint8_t sig[56], const uint8_t hash[28], const uint8_t sk[28], const uint8_t ek[28]) |
| int | ocrypto_ecdsa_p224_verify (const uint8_t sig[56], const uint8_t *m, size_t mlen, const uint8_t pk[56]) |
| int | ocrypto_ecdsa_p224_verify_hash (const uint8_t sig[56], const uint8_t hash[28], const uint8_t pk[56]) |
Elliptic curve digital signature algorithm based on the NIST P-224 curve (aka secp224r1).