nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ ocrypto_curve448_scalarmult_base()

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.

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