diff --git a/generator.cpp b/generator.cpp index c544e0b..43d9ff4 100644 --- a/generator.cpp +++ b/generator.cpp @@ -43,6 +43,15 @@ auto Generator::get_state() const -> G_state { return G; } +auto Generator::time_to_reseed() const -> bool { + // TODO(me): implement this + if (true) { + return true; + } else { + return false; + } +} + auto Generator::reseed(const std::string& s) -> void { // ref: https://www.cryptopp.com/wiki/SecBlock std::string da_key(reinterpret_cast(&G.k[0]),