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
note secp256k1 is not upstream from this crate. secp256k1 offers a high level API which is pretty type safe for most things that are designed to be done with it.
This is not really a big deal though since you are not meant to implement crypto algorithms with secp1. The zero/non_zero type provided by secpfun really shines when you are implementing schnorr, musig, frost zkps from these primitives (which you should absolutely not do using secp1's API). It has caught loads of my mistakes!
From your readme:
Could you give examples or help to make the upstream
secp256k1
itself more type safe? I think this kind of thing belongs there.The text was updated successfully, but these errors were encountered: