Safe Haskell | None |
---|---|
Language | Haskell2010 |
Crypto.Secp256k1.Internal.Util
Documentation
decodeHex :: ConvertibleStrings a ByteString => a -> Maybe ByteString Source #
showsHex :: ByteString -> ShowS Source #
unsafeUseByteString :: ByteString -> ((Ptr a, CSize) -> IO b) -> IO b Source #
useByteString :: ByteString -> ((Ptr a, CSize) -> IO b) -> IO b Source #
unsafePackByteString :: (Ptr a, CSize) -> IO ByteString Source #
packByteString :: (Ptr a, CSize) -> IO ByteString Source #