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 optimized extended binary gcd algorithm #188

Closed
wants to merge 1 commit into from

Conversation

unseddd
Copy link

@unseddd unseddd commented Jan 21, 2021

Since BigInt uses potentially very large numbers, implement the optimized extended binary gcd algorithm from the Handbook of Applied Cryptography.

Blocked on num-integer/#37

Since BigInt uses potentially very large numbers, implement the
optimized extended binary gcd algorithm from the Handbook of Applied
Cryptography.
@unseddd unseddd marked this pull request as draft January 21, 2021 21:19
@unseddd
Copy link
Author

unseddd commented Jan 22, 2021

Close in favor of num-integer/#38

@unseddd unseddd closed this Jan 22, 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