a C++ take on Fortuna CSPRNG implementation, as devised by Niels Fergusson and Bruce Schneier in Practical Cryptography 🍀
surtur
bc5bb6e700
All checks were successful
continuous-integration/drone/push Build is passing
will be used as a base implementations of sources of random events |
||
---|---|---|
lib | ||
.clang-format | ||
.clang-tidy | ||
.drone.starlark | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
accumulator.cpp | ||
accumulator.h | ||
CMakeLists.txt | ||
event_adder.h | ||
fortuna.cpp | ||
fortuna.h | ||
generator.cpp | ||
generator.h | ||
LICENSE | ||
main.cpp | ||
Makefile | ||
pool.cpp | ||
pool.h |