Skip to content

Commit dd2f53f

Browse files
authored
Merge pull request #10 from nicolaswill/brodes/key_agreement
Initial progress on key agreement.
2 parents 69429a3 + 9c87ad8 commit dd2f53f

30 files changed

+2116
-1168
lines changed

cpp/ql/lib/experimental/Quantum/Language.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module ArtifactUniversalFlowConfig implements DataFlow::ConfigSig {
112112

113113
module ArtifactUniversalFlow = DataFlow::Global<ArtifactUniversalFlowConfig>;
114114

115-
abstract class CipherOutputArtifact extends Crypto::CipherOutputArtifactInstance {
115+
abstract class CipherOutputArtifact extends Crypto::KeyOperationOutputArtifactInstance {
116116
override predicate flowsTo(Crypto::FlowAwareElement other) {
117117
ArtifactUniversalFlow::flow(this.getOutputNode(), other.getInputNode())
118118
}

0 commit comments

Comments
 (0)