nrfxlib API 2.8.99
|
void ocrypto_curve448_scalarmult_base | ( | uint8_t | r[(56)], |
const uint8_t | n[(56)] ) |
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
.