Skip to content

crypto-bigint: bitwise right shift support for UInt #586

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

Merged
merged 1 commit into from
Aug 22, 2021

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Aug 22, 2021

Supports bitwise right shifts either as a const fn or using the core::ops::Shr trait.

This implementation is adapted from the one in the k256 crate.

Supports bitwise right shifts either as a `const fn` or using the
`core::ops::Shr` trait.
@tarcieri tarcieri merged commit 33ad0b6 into master Aug 22, 2021
@tarcieri tarcieri deleted the crypto-bigint/shr branch August 22, 2021 23:04
@tarcieri tarcieri mentioned this pull request Aug 23, 2021
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