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
When using secp256kfun there are some things you pretty much always want to import: g, s, G, Point, Scalar, marker::* and so on. Let's make a prelude module to just import them all with use secp256kfun::prelude::*.
The text was updated successfully, but these errors were encountered:
When using
secp256kfun
there are some things you pretty much always want to import:g, s, G, Point, Scalar, marker::*
and so on. Let's make a prelude module to just import them all withuse secp256kfun::prelude::*
.The text was updated successfully, but these errors were encountered: