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 f4463d803e
chore(pre-commit): add check-hooks-apply hook
[skip ci]
2021-10-30 20:57:28 +02: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 cppcheck: specify necessary parameters 2021-10-30 20:05:28 +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 chore(pre-commit): add check-hooks-apply hook 2021-10-30 20:57: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 chore(makefile): do not run valgrind with test tgt 2021-10-30 20:56:43 +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