We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version 1.7.0
Description
https://github.com/recmo/uint/blob/main/src/aliases.rs#L53
The B192 and U192 are constructed with 256 bits and only three limbs:
alias! { U192 B192 (256, 3); }
According to the readme:
[Uint] will panic! if you try to construct it with incorrect arguments.
Not sure if this is a bug or I'm missing something.
The text was updated successfully, but these errors were encountered:
Fix issue #230
8d8c7cc
Merge pull request #234 from recmo/issue-230
98d6bea
closed by #234
Sorry, something went wrong.
No branches or pull requests
Version
1.7.0
Description
https://github.com/recmo/uint/blob/main/src/aliases.rs#L53
The B192 and U192 are constructed with 256 bits and only three limbs:
According to the readme:
Not sure if this is a bug or I'm missing something.
The text was updated successfully, but these errors were encountered: