SP C: multiplication of two signed types with overflow is undefined in C
Montgomery Reduction: cast variables to be unsigned where signed multiplication with overflow is performed.
Loading
Please register or sign in to comment
Montgomery Reduction: cast variables to be unsigned where signed multiplication with overflow is performed.