Implemented GPrng pnrg

This commit is contained in:
Leonetienne
2022-05-22 16:54:40 +02:00
parent bedfc91e04
commit 04c67436c4
8 changed files with 165 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ namespace Leonetienne::GCrypt {
//! Will decipher a data block via the set seed-key
Block Decipher(const Block& data);
void operator=(const Feistel& other);
private:
//! Will run the feistel rounds, with either regular key
//! order or reversed key order