You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FieldElement should specifically represent a member of $Z_q$ (can't figure out how to get GitHub to do \mathbb). Right now, it is also used as the output of the compress() method as well, even though these are elements of $Z_{2^d}$. We should define a separate type for this latter type of number, something like CompressedValue<D: CompressionFactor>
The text was updated successfully, but these errors were encountered:
FieldElement
should specifically represent a member of\mathbb
). Right now, it is also used as the output of thecompress()
method as well, even though these are elements ofCompressedValue<D: CompressionFactor>
The text was updated successfully, but these errors were encountered: