with the result selected via constant-time conditional selection.
pointMul
Constant-time scalar multiplication using double-and-add-always.
This implementation performs the same sequence of operations regardless of the scalar bits, preventing timing side-channel attacks. This is critical for ECDSA signing where k is a secret nonce.
SecurityNote
Both the addition and the "dummy" path execute,