![]() |
nrfxlib API 3.3.99
|
Elliptic curve Diffie-Hellman algorithm based on the Curve448 curve. More...
#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)]) |
Elliptic curve Diffie-Hellman algorithm based on the Curve448 curve.