C++: Update doc for `getMinimumKeySize

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Robert Marsh
2022-02-16 14:53:09 -05:00
committed by GitHub
parent 3637078a26
commit cfd9c9d137

View File

@@ -14,7 +14,7 @@ import cpp
import semmle.code.cpp.ir.dataflow.DataFlow
import semmle.code.cpp.ir.IR
// Holds if `func` is the name of an encryption function that accepts a key size as parameter `paramIndex`
// Gets the recommended minimum key size (in bits) of `func`, the name of an encryption function that accepts a key size as parameter `paramIndex`
int getMinimumKeyStrength(string func, int paramIndex) {
func =
[