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 b2da40ea0b
.gitignore: cmake related folders
2021-10-24 21:29:59 +02:00
.clang-format initial commit 2021-10-24 21:29:49 +02:00
.gitignore .gitignore: cmake related folders 2021-10-24 21:29:59 +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