Olivier Chéron
|
eccbc11824
|
Remove Crypto.Internal.Proxy
Data.Proxy can be used instead now that GHC >= 8.0. In Data.Proxy the
Proxy type is poly-kinded.
|
2019-02-28 07:07:48 +01:00 |
|
Ömer Sinan Ağacan
|
d7aeb5f545
|
withDev: Close the FD on exception
|
2017-11-30 10:30:29 +03:00 |
|
Vincent Hanquez
|
896382dfbc
|
Merge pull request #201 from chris-martin/pr/caps
Various documentation copy editing
|
2017-11-19 16:04:40 +00:00 |
|
Chris Martin
|
f77994a729
|
Various documentation copy editing
|
2017-11-18 14:27:44 -05:00 |
|
Olivier Chéron
|
4723dc0b39
|
Use Proxy in openBackend
Replaces 'undefined' and fixes #198.
|
2017-10-23 20:39:00 +02:00 |
|
Andrey Sverdlichenko
|
4581a737d7
|
Use non-blocking IO with /dev/random.
Do not wait for data to appear from /dev/random, otherwise server is blocked
for a few seconds if there is no entropy left.
|
2015-06-29 07:32:42 +00:00 |
|
Vincent Hanquez
|
73c5d2145e
|
[random] fix entropy modules on windows 64 bits.
|
2015-05-25 07:44:15 +01:00 |
|
Vincent Hanquez
|
4758df2c3a
|
[entropy] missing CPP extension for windows entropy gather module
|
2015-05-21 05:28:50 +01:00 |
|
3noch
|
9c1d9695c5
|
support windows 64 bits
|
2015-05-20 09:11:33 +01:00 |
|
Vincent Hanquez
|
92343f856a
|
add comments and description
|
2015-05-20 06:07:31 +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
|
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 |
|