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
fn encode_pt(point: ProjectivePoint) -> Result<Vec<u8>, Error> always returns Ok(..) currently. Should be analyzed to either introduce error handling or made it infallible.
The text was updated successfully, but these errors were encountered:
fn encode_pt(point: ProjectivePoint) -> Result<Vec<u8>, Error>
always returnsOk(..)
currently. Should be analyzed to either introduce error handling or made it infallible.The text was updated successfully, but these errors were encountered: