nrfxlib API 2.8.99
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | ocrypto_curve448_SCALAR_BYTES (56) |
#define | ocrypto_curve448_BYTES (56) |
Functions | |
void | ocrypto_curve448_scalarmult_base (uint8_t r[(56)], const uint8_t n[(56)]) |
void | ocrypto_curve448_scalarmult (uint8_t r[(56)], const uint8_t n[(56)], const uint8_t p[(56)]) |
Curve448 is an elliptic curve offering 224 bits of security. It is designed for use in the elliptic curve Diffie-Hellman (ECDH) key agreement scheme.