Commit Graph

5 Commits

Author SHA1 Message Date
surtur 795b9ffe54
add proper SeedFileManager implementation
All checks were successful
continuous-integration/drone/push Build is passing
a couple of fixes/necessary additions were made along the way, namely:
* add a default constructor for DoTask
* rework of the mutex/lock_guard/unique_lock logic in generator/fortuna
* add .fortuna.seed to the list of the ignored (.gitignore)
* add helper function to util for convertin bytes to blocks (16b==block)
* add a wrapper for around the SeedFileManager instance and a way to see
  if it's dead or alive (so that it can be restarted if needed)
* the timeout for saving of the seed file has been decreased to a more
  reasonable value than 10 minutes (I wouldn't want to lose potentially
  up to 10 minutes worth of entropy)
2022-01-09 11:58:38 +01:00
surtur b37180cf73
gitignore: add .cache [skip ci] 2022-01-07 03:46:52 +01:00
surtur f30148a2fb
gitignore: add .idea
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-24 21:34:16 +02:00
surtur b2da40ea0b
.gitignore: cmake related folders 2021-10-24 21:29:59 +02:00
surtur c44fa825c4
initial commit 2021-10-24 21:29:49 +02:00