Implemented GPrng pnrg
This commit is contained in:
@@ -55,5 +55,10 @@ namespace Leonetienne::GCrypt {
|
||||
return hasher.GetHashsum();
|
||||
}
|
||||
|
||||
void GHash::operator=(const GHash& other) {
|
||||
cipher = other.cipher;
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user