Commit Graph

3 Commits

Author SHA1 Message Date
e899c03da2
chore(pool): add const& qual, #include stuff
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-17 07:49:03 +01:00
ebcc4f87d5
pool: move logic to the source file
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-10 05:07:18 +01:00
a1cbbb209e
handle PRNG state in R_state + accumulator basis
All checks were successful
continuous-integration/drone/push Build is passing
* handle the PRNG state with R_state nested class
* add a private property R holding PRNG state to Fortuna
* add R_state properties as defined in Cryptography Engineering:
  * a generator instance
  * a reseed counter
  * 32 pools that the collected entropy is to be distributed over

* add initial definition of the Pool object and its initialization

* attempt to initialize PRNG in Fortuna constructor. wrap the
  initialization call in a try-catch block like a cultured person
* erase the string used to print data from random_data() after it's been
  used
2021-12-04 00:40:39 +01:00