fortuna: add urandom_entropy_src_service prototype

This commit is contained in:
surtur 2022-01-13 07:19:52 +01:00
parent 6a2362be37
commit 879a8c69d3
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -84,6 +84,8 @@ public:
auto seed_file_manager_service() -> void;
auto urandom_entropy_src_service() -> void;
// PRNG state
class R_state {
friend fortuna::Fortuna;