Skip to content

Commit 5e8910e

Browse files
committed
remove extraneous nonce function wrapper
1 parent 5e0f00e commit 5e8910e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Crypto/Secp256k1.hs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,3 @@ pubKeyXOTweakAddCheck PubKeyXO{pubKeyXOFPtr = tweakedFPtr} parity PubKeyXO{pubKe
854854
tweakPtr <- ContT (withForeignPtr tweakFPtr)
855855
let parityInt = if parity then 1 else 0
856856
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

Comments
 (0)