hopenssl-2.2.1: FFI Bindings to OpenSSL's EVP Digest Interface

Maintainersimons@cryp.to
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

OpenSSL.Util

Description

Random collection of utility functions that may be useful, but which aren't useful enough to be included in the main API modules.

Synopsis

Documentation

toHex :: Word8 -> String Source #

Neat helper to pretty-print digests into the common hexadecimal notation:

>>> [0..15] >>= toHex
"000102030405060708090a0b0c0d0e0f"