a C++ take on Fortuna CSPRNG implementation, as devised by Niels Fergusson and Bruce Schneier in Practical Cryptography 🍀
surtur
b14600c352
All checks were successful
continuous-integration/drone/push Build is passing
* clean now just removes the object files, dwo debugging objects, .cmake and intermediary .bin files but keeps CMakeCache and similar * a new target - distclean - is introduced to do what was previously done by "clean", essentially: completely remove the build folders |
||
---|---|---|
lib | ||
.clang-format | ||
.clang-tidy | ||
.drone.starlark | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
accumulator.cpp | ||
accumulator.h | ||
CMakeLists.txt | ||
fortuna.cpp | ||
fortuna.h | ||
generator.cpp | ||
generator.h | ||
LICENSE | ||
main.cpp | ||
Makefile | ||
pool.cpp | ||
pool.h |