![]() |
nrfxlib API 3.3.99
|
Elliptic curve Diffie-Hellman algorithm based on the Curve448 curve. More...
Files | |
| file | ocrypto_curve448.h |
| Elliptic curve Diffie-Hellman algorithm based on the Curve448 curve. | |
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.
X448 is the combination of the Curve448 elliptic curve with the Diffie-Hellman operation. Curve448 is an elliptic curve offering 224 bits of security.