![]() |
nrfxlib API 3.3.99
|
| void ocrypto_p160_scalar_mult_alt | ( | uint8_t | r[40], |
| const uint8_t | s[32] ) |
ECDH secp160r1 scalar multiplication r = (s mod n) * G.
| [out] | r | Resulting curve point in the form (x,y). |
| s | Scalar value. 256 bit big endian. |
r may be same as s.