a C++ take on Fortuna CSPRNG implementation, as devised by Niels Fergusson and Bruce Schneier in Practical Cryptography 🍀
This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
surtur 86c37f53d9
All checks were successful
continuous-integration/drone/push Build is passing
ci: add {cppcheck,valgrind} steps
2021-10-24 21:35:57 +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
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
generator.cpp fix: Narrowing conversion from long to int 2021-10-24 21:29:59 +02:00
generator.h initial commit 2021-10-24 21:29:49 +02:00
main.cpp initial commit 2021-10-24 21:29:49 +02:00