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

@@ -24,6 +24,8 @@ namespace Leonetienne::GCrypt {
//! Will calculate a hashsum for `data`.
static Block CalculateHashsum(const Flexblock& data);
void operator=(const GHash& other);
private:
//! The cipher to use
GCipher cipher;