subtle icon indicating copy to clipboard operation
subtle copied to clipboard

Adding signed int inequalities

Open wjuan-mob opened this issue 4 years ago • 1 comments
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?

wjuan-mob avatar Sep 23 '21 17:09 wjuan-mob

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.

wjuan-mob avatar Sep 29 '21 16:09 wjuan-mob