We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0f00e commit 5e8910eCopy full SHA for 5e8910e
src/Crypto/Secp256k1.hs
@@ -854,7 +854,3 @@ pubKeyXOTweakAddCheck PubKeyXO{pubKeyXOFPtr = tweakedFPtr} parity PubKeyXO{pubKe
854
tweakPtr <- ContT (withForeignPtr tweakFPtr)
855
let parityInt = if parity then 1 else 0
856
lift $ isSuccess <$> Prim.xonlyPubkeyTweakAddCheck ctx tweakedPtr parityInt origPtr tweakPtr
857
-
858
859
-foreign import ccall "wrapper"
860
- mkNonceFunHardened :: Prim.NonceFunHardened a -> IO (FunPtr (Prim.NonceFunHardened a))
0 commit comments