subtle
subtle copied to clipboard
Adding signed int inequalities
trafficstars
Motivation
Adding signed integer comparison support. This is part of an existing issue (https://github.com/dalek-cryptography/subtle/issues/61)
In this PR
- Added generate_signed_integer_gt
- Formatted tests
- Added signed_integer_gt tests
< Ticket status, e.g. "fixes #issue number" > This is part of an existing issue. Potentially we could close it after this?
Chris and I looked over this PR together in the godbolt.org compiler explorer to validate that this change did not affect the constant time property.