aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/yarrow/TODO
blob: bd133ecfd6b1b246bfad8d59743a9b28fbd903bb (plain)
1
2
3
4
5
6
7
8
9
open issues:

* when should the initial seed be considered complete?
* poll system ressources for randomness on startup?
* how frequently should the PRNG state be saved?
* how to react to fork()?
* what should the seed file contain, how should it be processed?
* test fork() hack
* test openSSL locks in multi-threaded environment