cryptopals

Matasano's cryptopals challenges (cryptopals.com).
git clone git://git.jtobin.io/cryptopals.git
Log | Files | Refs | README | LICENSE

RNG.hs (75B)


      1 module Cryptopals.Stream.RNG where
      2 
      3 import Cryptopals.Stream.RNG.MT19937
      4 
      5