Vincent Hanquez
|
9dd17fc0c4
|
use byte array in more places
|
2015-04-24 17:22:13 +01:00 |
|
Vincent Hanquez
|
ec4e0c4ed9
|
remove all the byteArray prefix from byteArray function.
instead expect module import to be qualified for functions.
|
2015-04-24 06:54:33 +01:00 |
|
Vincent Hanquez
|
7cd2d2b701
|
[cleanup] replace imports
|
2015-04-22 06:24:12 +01:00 |
|
Vincent Hanquez
|
6d9317f963
|
first issue found by QA code check. we don't need those extensions there.
|
2015-04-07 06:56:06 +01:00 |
|
Vincent Hanquez
|
ac77a20c06
|
add simple ChaChaRNG
|
2015-04-03 07:27:44 +01:00 |
|
Vincent Hanquez
|
be3eacc068
|
ask for Functor for a MonadRandom too.
|
2015-03-29 10:43:24 +01:00 |
|
Vincent Hanquez
|
a4d3dc4d10
|
add a simple random abstraction
|
2015-03-29 09:09:55 +01:00 |
|
Vincent Hanquez
|
d9ba6034c4
|
correct haddock
|
2015-03-29 09:08:34 +01:00 |
|
Vincent Hanquez
|
adca793a9f
|
Reorganize entropy interfaces.
* separate pool into a different module
* only export by default a simple gathering function
* export an unsafe module with all the memory methods
|
2014-08-25 08:00:10 +01:00 |
|
Vincent Hanquez
|
6005eca7bd
|
make the entropy gathering simpler for certain setup, and cleanup a bit
|
2014-07-19 15:06:39 +01:00 |
|
Vincent Hanquez
|
4e955ad505
|
merge entropy from crypto-random
|
2014-07-09 08:12:34 +01:00 |
|