![]() |
nrfxlib API 3.3.99
|
Elliptic curve digital signature algorithm based on the NIST P-521 curve (aka secp521r1). More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| int | ocrypto_ecdsa_p521_public_key (uint8_t pk[132], const uint8_t sk[66]) |
| int | ocrypto_ecdsa_p521_sign (uint8_t sig[132], const uint8_t *m, size_t mlen, const uint8_t sk[66], const uint8_t ek[66]) |
| 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]) |
| int | ocrypto_ecdsa_p521_verify (const uint8_t sig[132], const uint8_t *m, size_t mlen, const uint8_t pk[132]) |
| int | ocrypto_ecdsa_p521_verify_hash (const uint8_t sig[132], const uint8_t hash[64], const uint8_t pk[132]) |
Elliptic curve digital signature algorithm based on the NIST P-521 curve (aka secp521r1).