a C++ take on Fortuna CSPRNG implementation, as devised by Niels Fergusson and Bruce Schneier in Practical Cryptography 🍀
All checks were successful
continuous-integration/drone/push Build is passing
* make G_state private * move protected section behind private * also do cleanup a little -> k and ctr won't exist as part of the generator outside of the G_state struct |
||
---|---|---|
.clang-format | ||
.clang-tidy | ||
.drone.starlark | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
CMakeLists.txt | ||
generator.cpp | ||
generator.h | ||
LICENSE | ||
main.cpp | ||
Makefile |