Update cpp/ql/lib/experimental/quantum/OpenSSL/Operations/ECKeyGenOperation.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2025-05-20 10:58:19 -04:00
committed by GitHub
parent c3ed4549f4
commit efd9386d6e

View File

@@ -30,7 +30,7 @@ class ECKeyGenOperation extends OpenSSLOperation, Crypto::KeyGenerationOperation
Expr getAlgorithmArg() { result = this.(Call).getArgument(0) }
override Expr getInputArg() {
// there is no 'input', in the sense that no data is being manipualted by the operation.
// there is no 'input', in the sense that no data is being manipulated by the operation.
// There is an input of an algorithm, but that is not the intention of the operation input arg.
none()
}