-
Notifications
You must be signed in to change notification settings - Fork 49
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
[modarith] Add a modarith type to describe storage type & modulus #1084
Comments
Note Re-commenting because this issue was closed with unresolved TODOs. This issue has 1 outstanding TODOs:
This comment was autogenerated by todo-backlinks |
1 similar comment
Note Re-commenting because this issue was closed with unresolved TODOs. This issue has 1 outstanding TODOs:
This comment was autogenerated by todo-backlinks |
Reopening for the remaining TODO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would remove the mod arith op attributes tracking the modulus.
We realized this would be a nice "type" to have to describe the coefficient type of a ring. In the case of working with$$\mathbb{Z}_q$$ , the coefficient type would be a modarith type like
modarith<type = i32, modulus = q>
. RNS types would be a list of modarith types.See the type refactor here: #1083
The text was updated successfully, but these errors were encountered: