secp256k1-haskell-1.2.0: Bindings for secp256k1
LicenseUNLICENSE
MaintainerJean-Pierre Rupp <jprupp@protonmail.ch>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Crypto.Secp256k1.Internal.Util

Description

The API for this module may change at any time. This is an internal module only exposed for hacking and experimentation.

Documentation

useByteString :: ByteString -> ((Ptr a, CSize) -> IO b) -> IO b Source #