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

crypto-bigint: add From conversions between UInt and limb arrays #460

Merged
merged 1 commit into from
Jun 2, 2021

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 2, 2021

These will make it much easier to incrementally retrofit UInt into the elliptic-curve crate and the respective curve implementations.

From an encapsulation perspective, it's a bit problematic because it's exposing the internal representation used by UInt, so it additionally adds TODOs to eventually remove these as they're a bit of a hack.

These will make it much easier to incrementally retrofit `UInt` into the
`elliptic-curve` crate and the respective curve implementations.

From an encapsulation perspective, it's a bit problematic because it's
exposing the internal representation used by `UInt`, so it additionally
adds TODOs to eventually remove these as they're a bit of a hack.
@tarcieri tarcieri merged commit 1eba3bb into master Jun 2, 2021
@tarcieri tarcieri deleted the crypto-bigint/uint-limb-array-conversions branch June 2, 2021 18:25
@tarcieri tarcieri mentioned this pull request Jun 8, 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.

None yet

1 participant