Conditionally swap the top nwords limbs (and top/neg) of two BIGNUMs in constant time.
Synopsis
Parameters
Name |
Description |
swap |
Non‐zero to swap, or zero to leave |
a |
First BIGNUM (must have at least |
b |
Second BIGNUM (same size requirement as |
nwords |
Number of limbs to exchange. |
Created with MrDocs