haskell / entropy

Easy entropy source for Haskell users.
Other
23 stars 49 forks source link

Entropy source on *BSDs #61

Open piyush-kurur opened 3 years ago

piyush-kurur commented 3 years ago

As far as I understand the situation on unix platforms are

  1. On Linux it uses GetRandom
  2. On any other UNix it uses /dev/random

On atleast two BSD's (openbsd and netbsd) the ar4random is considered better. Would you be willing to take pull request for these sources based on the os matching

TomMD commented 2 years ago

Yes, I would.

piyush-kurur commented 2 years ago

Okey I will try sending you a pull request some time. Is there an easy way to test it in CI ?