GE..::..MultConst Method

Multiply this group element by q in constant time (secp256k1_ecmult_const)

Namespace:  SecretNET.Crypto.Secp256k1
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public GEJ MultConst(
	Scalar q,
	int bits
)

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.

Return Value