hopenssl-2.2.5: FFI Bindings to OpenSSL's EVP Digest Interface
Maintainersimons@cryp.to
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

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"