nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_curve448_scalarmult_base()

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.

Parameters
[out]rResulting curve point.
[in]nScalar factor.
Remarks
r may be same as n.