Add comment about key generation

This commit is contained in:
vishnukvmd 2023-02-27 16:16:02 +05:30
parent 43fb16bf52
commit 589281e729

View file

@ -333,6 +333,9 @@ class CryptoUtil {
s,
);
}
// Ensure that the product of these two variables
// (the area under the graph that determines the amount of work required)
// stays the same
memLimit = (memLimit / 2).round();
opsLimit = opsLimit * 2;
}