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
Mul
u32
u64
u128
BFE
XFE
Div
Rem
Add
Sub
Eq
Lt
Shl
Shr
.count_ones()
popcount
Or
And
Xor
Edit: Remainders for finite field elements are not mathematically defined. So they should not be implemented. The type checker should catch that.
The text was updated successfully, but these errors were encountered:
I will look at Rem.
Sorry, something went wrong.
I will look at Mul first
Sword-Smith
einar-triton
No branches or pull requests
Mul
u32
u64
u128
BFE
XFE
Div
u32
u64
u128
BFE
XFE
Rem
u32
u64
u128
BFE
XFE
Add
u128
Sub
u128
Eq
u128
Lt
u128
Shl
u128
Shr
u128
.count_ones()
in terms ofpopcount
u32
u64
u128
Or
(binary)u128
And
(binary)u128
Xor
(binary)u128
Edit: Remainders for finite field elements are not mathematically defined. So they should not be implemented. The type checker should catch that.
The text was updated successfully, but these errors were encountered: