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 2fa7e135cb
All checks were successful
continuous-integration/drone/push Build is passing
chore(fmt): follow-up of bd42129
this time replace printf's
2021-11-19 22:32:03 +01:00
lib feat: use fmt instead of iostreams 2021-11-18 22:05:05 +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 feat: use fmt instead of iostreams 2021-11-18 22:05:05 +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
.gitmodules feat: use fmt instead of iostreams 2021-11-18 22:05:05 +01:00
.pre-commit-config.yaml refactor(all): using namespace considered harmful 2021-11-13 22:13:50 +01:00
CMakeLists.txt feat: use fmt instead of iostreams 2021-11-18 22:05:05 +01:00
LICENSE initial commit 2021-10-24 21:29:49 +02:00
Makefile refactor(-lcryptopp): use cmake's facilities 2021-11-13 00:13:19 +01:00
fortuna.cpp feat: use fmt instead of iostreams 2021-11-18 22:05:05 +01:00
fortuna.h fix(fortuna): add end-of-namespace comment 2021-11-19 20:59:12 +01:00
generator.cpp chore(fmt): follow-up of bd42129 2021-11-19 22:32:03 +01:00
generator.h generator: silence pedantic warnings for __int128 2021-11-15 22:47:22 +01:00
main.cpp feat: use fmt instead of iostreams 2021-11-18 22:05:05 +01:00