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
The jacobian_const and affine_const macros are exported, but are presently unusable due to the inability to also make constant Field elements via field_const (as it's not exported).
Unfortunately, a Field cannot be instantiated because the fields n, magnitude, and normalized are only public to the crate.
The text was updated successfully, but these errors were encountered:
The
jacobian_const
andaffine_const
macros are exported, but are presently unusable due to the inability to also make constantField
elements viafield_const
(as it's not exported).Unfortunately, a
Field
cannot be instantiated because the fieldsn
,magnitude
, andnormalized
are only public to the crate.The text was updated successfully, but these errors were encountered: