Implemented GPrng pnrg

This commit is contained in:
Leonetienne
2022-05-22 16:54:40 +02:00
parent 0c1bbf362e
commit 5770a0d45a
8 changed files with 165 additions and 1 deletions
+5
View File
@@ -55,5 +55,10 @@ namespace Leonetienne::GCrypt {
return hasher.GetHashsum();
}
void GHash::operator=(const GHash& other) {
cipher = other.cipher;
return;
}
}