cryptonite-openssl-0.5: Crypto stuff using OpenSSL cryptographic library
Crypto.OpenSSL.BN
withIntegerAsBN :: Integer -> (Ptr BIGNUM -> IO a) -> IO a Source #
bnToInt :: Ptr BIGNUM -> IO Integer Source #
withBnCtxNew :: (Ptr BN_CTX -> IO a) -> IO a Source #
withBnNew :: (Ptr BIGNUM -> IO a) -> IO a Source #