Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BoxedUint::conditional_select #329

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

tarcieri
Copy link
Member

This is an inherent function with the same type signature as subtle::ConditionallySelectable::conditional_select, however we can't impl the upstream trait because it has a Copy bound.

See dalek-cryptography/subtle#94.

This is an inherent function with the same type signature as
`subtle::ConditionallySelectable::conditional_select`, however we can't
impl the upstream trait because it has a `Copy` bound.

See dalek-cryptography/subtle#94.
@tarcieri tarcieri force-pushed the boxed-uint/conditional-select branch from 153176a to 162c91a Compare November 27, 2023 03:28
@tarcieri tarcieri merged commit 071bb85 into master Nov 27, 2023
30 checks passed
@tarcieri tarcieri deleted the boxed-uint/conditional-select branch November 27, 2023 03:32
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.

1 participant