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
While a lot of the code is well exercised by the test cases, there are a number of gaps that should also be covered if only to prevent regressions when further development occurs. In particular
The ristretto code could use more test cases, particularly on functions that are just wrappers around the corresponding Ed25519 routines.
A number of "user-friendlyness" routines in the curve package could use more coverage, such as the constructors and MarshalBinary/UnmarshalBinary routines.
As of right now, none of these routines are used, and they are likely correct, but it won't hurt to make sure they stay correct.
The text was updated successfully, but these errors were encountered:
While a lot of the code is well exercised by the test cases, there are a number of gaps that should also be covered if only to prevent regressions when further development occurs. In particular
curve
package could use more coverage, such as the constructors andMarshalBinary
/UnmarshalBinary
routines.As of right now, none of these routines are used, and they are likely correct, but it won't hurt to make sure they stay correct.
The text was updated successfully, but these errors were encountered: