diff --git a/Crypto/Random.hs b/Crypto/Random.hs index fb628552..1295923e 100644 --- a/Crypto/Random.hs +++ b/Crypto/Random.hs @@ -27,7 +27,6 @@ module Crypto.Random , DRG(..) , PRG(..) , prgNew - , prgNewEntropy -- * Random abstraction , MonadRandom(..) , MonadPseudoRandom diff --git a/Crypto/Random/Types.hs b/Crypto/Random/Types.hs index b1f7dbdb..b0bb7bf2 100644 --- a/Crypto/Random/Types.hs +++ b/Crypto/Random/Types.hs @@ -12,7 +12,6 @@ module Crypto.Random.Types , MonadPseudoRandom , DRG(..) , PRG(..) - , prgNewEntropy , prgNew , withDRG ) where