GE..::..MultConst Method
Multiply this group element by q in constant time
(secp256k1_ecmult_const)
Namespace:
SecretNET.Crypto.Secp256k1Assembly: SecretNET (in SecretNET.dll)
Syntax
Parameters
- q
- Type: SecretNET.Crypto.Secp256k1..::..Scalar
The scalar to multiply to
- bits
- Type: Int32
Here `bits` should be set to the maximum bitlength of the _absolute value_ of `q` plus one because we internally sometimes add 2 to the number during the WNAF conversion.