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 d0e9b08886
All checks were successful
continuous-integration/drone/push Build is passing
accumulator: add urandom_entropy_src
2021-12-11 02:24:40 +01:00
lib
.clang-format
.clang-tidy chore(clang-tidy): unify flags 2021-12-10 18:57:25 +01:00
.drone.starlark
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
accumulator.cpp
accumulator.h chore(accumulator): make use of init_pool_num 2021-12-09 14:11:39 +01:00
CMakeLists.txt accumulator: add urandom_entropy_src 2021-12-11 02:24:40 +01:00
entropy_src.h accumulator: add event_scheduler,entropy_src ifces 2021-12-11 02:12:49 +01:00
event_adder_impl.h chore(event_adder_impl): reuse constant p_size 2021-12-08 04:19:22 +01:00
event_adder.h add EventAdder interface 2021-12-06 01:02:43 +01:00
event_scheduler.h accumulator: add event_scheduler,entropy_src ifces 2021-12-11 02:12:49 +01:00
fortuna.cpp fortuna: erase -> clear 2021-12-11 01:20:34 +01:00
fortuna.h chore(accumulator): make use of init_pool_num 2021-12-09 14:11:39 +01:00
generator.cpp
generator.h
LICENSE
main.cpp
Makefile
pool.cpp
pool.h chore(pool): stop spamming at initialization 2021-12-08 03:40:08 +01:00
urandom_entropy_src.h accumulator: add urandom_entropy_src 2021-12-11 02:24:40 +01:00