haskell-tor-0.1.0.0: src/Tor/RNG.hs
-- |RNG routines module Tor.RNG(TorRNG) where import Crypto.Random -- |The current alias for random number generators within the Tor -- implementation. Renamed here because we may want to change this in the -- future. type TorRNG = ChaChaDRG