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
`PublicInputValue` implements `From<JubJubAffine>`.
Since `JubJubExtended` implements `Into<JubJubAffine>`, the
implementation of `From<JubJubExtended>` for `PublicInputValue` is
trivial.
This will save the consumers of the API some additional and unnecessary
conversions.
Resolves#573
The PublicInputValue benefits from
From<AffinePoint>
but doesn't have aFrom<ExtendedPoint>
implementation.Since
ExtendedPoint
implementsInto<AffinePoint>
, that implementation is trivial forPublicInputValue
The text was updated successfully, but these errors were encountered: