-
Notifications
You must be signed in to change notification settings - Fork 68
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
Problems in mpint_field.cc and item.h #172
Comments
(1) (2) |
@usafchn ,
Should it be |
首先,本 pr 前面提到的一些问题连同 mpint 其它的一些 bugfix 将在下一次 sync 的时候同步 github,我就不直接在 github 上改了。 (3) 是一个很好的建议,我改成返回引用 |
对于GaloisField的SPI,类似 |
对于 虽然对于 MPInt Field, 其类型已知是 MPInt,但是对于别的 GaloisField,比如扩域,二进制域(Binary Field),甚至多项式域,其类型根本不是 MPInt,域底层的集合也不一定定义在整数
GaloisFieldFactory 将自动选定最合适的 Lib。 至于用户怎么创建 Item,需要一个从“共识”类型 Map 到 Field Element,即 Encoders 或 Converters,Encoder/Converter 接口会随着 Lib 的增加逐步完善。 另外 |
(^_^),我不知道下一次Repo Sync会修改哪些内容。我先在PR里面改了mpint_field和arg_kv等文件。 |
好的,已经合入,感谢!~ |
(1)
In mpint_field.cc,
This function does not need
x->DecrOne();
.(2)
In item.h,
Why "Call AsSpan<bool> on a vector item is not allowed"?
The text was updated successfully, but these errors were encountered: