Skip to content

Add Default implementation for ExtendedGcd - #37

Closed
unseddd wants to merge 1 commit into
rust-num:masterfrom
unseddd:defgcd
Closed

Add Default implementation for ExtendedGcd#37
unseddd wants to merge 1 commit into
rust-num:masterfrom
unseddd:defgcd

Conversation

@unseddd

Copy link
Copy Markdown

Allow users of the ExtendedGcd struct to build a default instance.

Allows for custom implementation of the extended_gcd function in other crates, without exposing the _hidden field.

Allow users of the ExtendedGcd struct to build a default instance.
Allows for custom implementation of the `extended_gcd` function in
other crates, without exposing the `_hidden` field.
@unseddd

Copy link
Copy Markdown
Author

Close in favor of #38

@unsedddunseddd closed this Jan 22, 2021
Sign up for freeto 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

@unseddd