Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Random: don't expose prgNewEntropy, see discussion on #323
Browse files Browse the repository at this point in the history
  • Loading branch information
infinity0 committed Jun 30, 2020
1 parent 9922075 commit 92ca32b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Crypto/Random.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ module Crypto.Random
, DRG(..)
, PRG(..)
, prgNew
, prgNewEntropy
-- * Random abstraction
, MonadRandom(..)
, MonadPseudoRandom
Expand Down
1 change: 0 additions & 1 deletion Crypto/Random/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module Crypto.Random.Types
, MonadPseudoRandom
, DRG(..)
, PRG(..)
, prgNewEntropy
, prgNew
, withDRG
) where
Expand Down

0 comments on commit 92ca32b

Please sign in to comment.