We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbd29b commit 2098a64Copy full SHA for 2098a64
java/ql/lib/experimental/quantum/BouncyCastle/OperationInstances.qll
@@ -700,7 +700,6 @@ module Modes {
700
701
override Crypto::KeyOperationSubtype getKeyOperationSubtype() {
702
// The key operation sub-type is determined by the `encrypting` argument to `init()`.
703
- exists(this.getInitCall()) and
704
result = this.getInitCall().getKeyOperationSubtype()
705
or
706
not exists(this.getInitCall()) and
0 commit comments