1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 06:47:46 +01:00
eclair/eclair-front
Bastien Teinturier 76894bd2e1
Add additional PRNG (#1774)
In case of catastrophic failures of the `SecureRandom` instance, we add
a secondary randomness source that we mix into the random stream.

This is a somewhat weak random source and should not be used on its own,
but it doesn't hurt to xor it with the output of `SecureRandom`.

We use an actor that listens to events in the system and inject them
in our weak pseudo-RNG.
2021-05-19 15:29:32 +02:00
..
modules Truncate hex strings in front logs (#1679) 2021-02-04 16:46:49 +01:00
src Add additional PRNG (#1774) 2021-05-19 15:29:32 +02:00
pom.xml Set version to 0.6.1-SNAPSHOT (#1813) 2021-05-19 15:08:42 +02:00