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
Every in-memory operation is performed with extended points, so the user
of the API will always need to convert the Affine Points to extend
before performing the operations.
To facilitate, we made available by default the generators also in
extended form.
Most of the operations are performed with
ExtendedPoint
instead ofAffinePoint
, but only a generator in the affine form is available.Create a constant
GENERATOR_EXTENDED
that will be aGENERATOR
converted toExtended
This way the users of the API won't be obliged to do so.
The text was updated successfully, but these errors were encountered: