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
* Added unchecked to commitment_scheme #38
* Added unchecked on all functions in commitment scheme #38
* Multiply gate argument result on mask polynomial value #41
* Remove extra parameter #38
* rm extra arguments #38
* Ensure that at lease one constraint is included in module #38
* whitespace cleanup #38
* rm debug print #38
---------
Co-authored-by: e.tatuzova <[email protected]>
We seem to have inconsistent trait definitions across modules. This makes it harder to have a singular concept in documentation.
ex :
https://github.com/NilFoundation/crypto3-pubkey/blob/7fbbf43cbf6fa88ddf0051646321eed2fb6b237e/include/nil/crypto3/detail/type_traits.hpp#L212
and
https://github.com/NilFoundation/crypto3-algebra/blob/311bf0dbdfbb06407599c150c4738d685e10e5f4/include/nil/crypto3/algebra/type_traits.hpp#L79
This issue is to resolve inconsistencies across different modules.
ps: is_curve definition is incorrect as it includes pairing element of g2/gt and perhaps needs a new trait for pairing curves.
The text was updated successfully, but these errors were encountered: