a C++ take on Fortuna CSPRNG implementation, as devised by Niels Fergusson and Bruce Schneier in Practical Cryptography 🍀
Go to file
surtur a28354d585
chore: make G_state a private structure
* 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
2021-11-03 02:14:35 +01:00
.clang-format initial commit 2021-10-24 21:29:49 +02:00
.clang-tidy makefile,pre-commit: add clang-tidy 2021-10-30 20:39:23 +02:00
.drone.starlark cmake: add {-g3,-gsplit-dwarf} flags for debugging 2021-11-02 04:40:07 +01:00
.gitattributes add .gitattributes file 2021-10-24 21:34:16 +02:00
.gitignore gitignore: add .idea 2021-10-24 21:34:16 +02:00
.pre-commit-config.yaml chore(pre-commit): add check-hooks-apply hook 2021-10-30 20:57:28 +02:00
CMakeLists.txt cmake: use lld if available 2021-11-02 04:40:07 +01:00
LICENSE initial commit 2021-10-24 21:29:49 +02:00
Makefile chore(makefile): add 'clean' target 2021-11-02 04:40:08 +01:00
generator.cpp chore: make G_state a private structure 2021-11-03 02:14:35 +01:00
generator.h chore: make G_state a private structure 2021-11-03 02:14:35 +01:00
main.cpp feat: move from structural to object paradigm 2021-11-02 05:10:58 +01:00