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 UInt::into_limbs #484

Merged
merged 1 commit into from
Jun 6, 2021

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 6, 2021

The intended use case is initializing the existing MODULUS constants for the various Scalar impls in the elliptic curve crates.

Longer term we should be able to migrate to an entirely UInt-based implementation of scalar (ideally adding reusable Field types as well), but for now this is being added to simplify the initial retrofit.

The intended use case is initializing the existing `MODULUS` constants
for the various `Scalar` impls in the elliptic curve crates.

Longer term we should be able to migrate to an entirely `UInt`-based
implementation of scalar (ideally adding reusable `Field` types as
well), but for now this is being added to simplify the initial retrofit.
@tarcieri tarcieri force-pushed the crypto-bigint/uint-into-limbs branch from 2fca14f to b64e61e Compare June 6, 2021 17:12
@tarcieri tarcieri merged commit 99ef0f5 into master Jun 6, 2021
@tarcieri tarcieri deleted the crypto-bigint/uint-into-limbs branch June 6, 2021 17:16
@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