a C++ take on Fortuna CSPRNG implementation, as devised by Niels Fergusson and Bruce Schneier in Practical Cryptography 🍀
Go to file
surtur 226a5c2c6c
sfm: improve the job "RUNNING" logic, use static
2022-01-13 02:49:45 +01:00
lib fmtlog: bump (manually) to v2.1.1 2022-01-11 04:47:34 +01:00
.clang-format chore: update .clang-format [skip ci] 2022-01-10 01:56:37 +01:00
.clang-tidy chore(clang-tidy): unify flags 2021-12-10 18:57:25 +01:00
.drone.starlark ci: rm 'build on alpine' step 2022-01-10 05:02:44 +01:00
.editorconfig add .editorconfig [skip ci] 2022-01-10 08:55:07 +01:00
.gitattributes add .gitattributes file 2021-10-24 21:34:16 +02:00
.gitignore add proper SeedFileManager implementation 2022-01-09 11:58:38 +01:00
.gitmodules feat: use fmt instead of iostreams 2021-11-18 22:05:05 +01:00
.pre-commit-config.yaml pre-commit: add check-yaml,edit cppcheck hook 2022-01-06 22:12:50 +01:00
CMakeLists.txt add proper SeedFileManager implementation 2022-01-09 11:58:38 +01:00
LICENSE initial commit 2021-10-24 21:29:49 +02:00
Makefile makefile(clean tgt): follow symlinks (build dir) 2022-01-07 21:04:54 +01:00
accumulator.cpp accumulator: check entropy sources before adding 2022-01-11 05:38:02 +01:00
accumulator.h accumulator: check entropy sources before adding 2022-01-11 05:38:02 +01:00
do_task.cpp refactor: clang-format 2022-01-10 04:25:03 +01:00
do_task.h refactor: clang-format 2022-01-10 04:25:03 +01:00
entropy_src.h refactor: clang-format 2022-01-10 04:25:03 +01:00
event_adder.h refactor: clang-format 2022-01-10 04:25:03 +01:00
event_adder_impl.h refactor: clang-format 2022-01-10 04:25:03 +01:00
event_scheduler.h refactor: clang-format 2022-01-10 04:25:03 +01:00
fortuna.cpp fortuna: add basic joinability check 2022-01-12 03:41:24 +01:00
fortuna.h generator::R_state: make ctor,dtor noexcept 2022-01-13 01:51:33 +01:00
generator.cpp g: simplify generate_random_data() hexdecode block 2022-01-13 02:15:23 +01:00
generator.h refactor: clang-format 2022-01-10 04:25:03 +01:00
main.cpp fortuna: add generator service 2022-01-03 07:49:53 +01:00
pool.cpp pool: move logic to the source file 2022-01-10 05:07:18 +01:00
pool.h pool: move logic to the source file 2022-01-10 05:07:18 +01:00
seed_file_management.cpp sfm: improve the job "RUNNING" logic, use static 2022-01-13 02:49:45 +01:00
seed_file_management.h sfm: improve the job "RUNNING" logic, use static 2022-01-13 02:49:45 +01:00
urandom_entropy_src.h refactor: clang-format 2022-01-10 04:25:03 +01:00
util.h refactor: clang-format 2022-01-10 04:25:03 +01:00