Add missing extension

This commit is contained in:
Vincent Hanquez 2017-04-25 14:21:53 +01:00
parent ba1dfdf66d
commit 53bd6c13b7

View File

@ -17,6 +17,7 @@
-- > hexSha3_512 bs = show (hash bs :: Digest SHA3_512)
--
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE BangPatterns #-}
module Crypto.Hash
(
-- * Types