![]() |
nrfxlib API 3.3.99
|
| void ocrypto_curve448_scalarmult_base | ( | uint8_t | r[(56)], |
| const uint8_t | n[(56)] ) |
#include <crypto/nrf_oberon/include/ocrypto_curve448.h>
Curve448 scalar multiplication r = n * basePoint.
Given a secret key n, the corresponding Curve448 public key is computed and put into r.
The inverse of this function is difficult to compute.
| [out] | r | Resulting curve point. |
| [in] | n | Scalar factor. |
r may be same as n.