a C++ take on Fortuna CSPRNG implementation, as devised by Niels Fergusson and Bruce Schneier in Practical Cryptography 🍀
Go to file
surtur 65b081dc30
chore: edit printf formatting and comments
[skip ci]
2021-10-27 18:56:14 +02:00
.clang-format initial commit 2021-10-24 21:29:49 +02:00
.drone.starlark ci: add {cppcheck,valgrind} steps 2021-10-24 21:35:57 +02: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 add .pre-commit-config.yaml 2021-10-24 23:45:28 +02:00
CMakeLists.txt cmake: lower the required version 2021-10-24 21:29:59 +02:00
LICENSE initial commit 2021-10-24 21:29:49 +02:00
Makefile add Makefile 2021-10-24 21:39:12 +02:00
generator.cpp chore: edit printf formatting and comments 2021-10-27 18:56:14 +02:00
generator.h switch to using {tuples,128bit int for ctr} 2021-10-27 18:47:52 +02:00
main.cpp initial commit 2021-10-24 21:29:49 +02:00