Skip to content

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Dec 6, 2023

Adapts the implementation originally from #277 to BoxedUint, adding the following methods:

  • BoxedUint::div_rem
  • BoxedUint::rem

Additionally, wrapping_div and checked_div have been changed to use the constant-time versions, rather than *_vartime.

Adapts the implementation originally from #277 to `BoxedUint`, adding
the following methods:

- `BoxedUint::div_rem`
- `BoxedUint::rem`

Additionally, `wrapping_div` and `checked_div` have been changed to use
the constant-time versions, rather than `*_vartime`.
@tarcieri tarcieri force-pushed the boxed-uint/constant-time-division branch from d6935cb to 244730f Compare December 6, 2023 16:55
@tarcieri tarcieri merged commit f6d0374 into master Dec 6, 2023
@tarcieri tarcieri deleted the boxed-uint/constant-time-division branch December 6, 2023 16:58
@tarcieri tarcieri mentioned this pull request Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants