HsOpenSSL-0.10.3: (Incomplete) OpenSSL binding for Haskell

Safe HaskellSafe-Infered

OpenSSL.Utils

Synopsis

Documentation

failIf :: (a -> Bool) -> a -> IO aSource

failIf_ :: (a -> Bool) -> a -> IO ()Source

toHex :: (Num i, Bits i) => i -> StringSource

Convert an integer to a hex string

fromHex :: (Num i, Bits i) => String -> iSource

Convert a hex string to an integer