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
Introduce field element type, called Felt, to circumvent having to bound scalar to Q manually. This should generally increase crysol's reliability, especially with regared to future curves.
Note that this requires refactoring of multiple types (eg SecretKey) and most of the testsuite.
The text was updated successfully, but these errors were encountered:
This seems only reasonable if operator overloading is implemented to support common arithmetic and binary operators.
However, it's questionable whether the increased security is worth the cumbersome implementation and, especially for users, type conversions.
Introduce field element type, called
Felt
, to circumvent having to bound scalar to Q manually. This should generally increase crysol's reliability, especially with regared to future curves.Note that this requires refactoring of multiple types (eg
SecretKey
) and most of the testsuite.The text was updated successfully, but these errors were encountered: