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 46a6cdba3a
All checks were successful
continuous-integration/drone/push Build is passing
cmake: add {-g3,-gsplit-dwarf} flags for debugging
cmake:
* check if we're being run for valgrind, in which case do not split
  dwarf information, valgrinds does not like it (see #1).

makefile:
* build for vagrant into a separate folder entirely.

ci:
* install gcc, cmake and ninja along with vagrant, since now we are
  building inside of the ci container as well.

close #1
2021-11-02 04:40:07 +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: add {-g3,-gsplit-dwarf} flags for debugging 2021-11-02 04:40:07 +01:00
LICENSE initial commit 2021-10-24 21:29:49 +02:00
Makefile cmake: add {-g3,-gsplit-dwarf} flags for debugging 2021-11-02 04:40:07 +01:00
generator.cpp modernise: use trailing return type 2021-10-30 21:53:47 +02:00
generator.h modernise: use trailing return type 2021-10-30 21:53:47 +02:00
main.cpp initial commit 2021-10-24 21:29:49 +02:00