Skip to content

Commit 6a691ea

Browse files
feggeaibaars
andauthored
Removed duplicate condition in Model.qll
Co-authored-by: Arthur Baars <[email protected]>
1 parent b1a1ce7 commit 6a691ea

File tree

1 file changed

+0
-2
lines changed
  • shared/quantum/codeql/quantum/experimental

1 file changed

+0
-2
lines changed

shared/quantum/codeql/quantum/experimental/Model.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2704,8 +2704,6 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
27042704
or
27052705
curveName = "CURVE448" and keySize = 448 and curveFamily = CURVE448()
27062706
or
2707-
curveName = "CURVE448" and keySize = 448 and curveFamily = CURVE448()
2708-
or
27092707
// TODO: separate these into key agreement logic or sign/verify (ECDSA / ECDH)
27102708
// or
27112709
// curveName = "X25519" and keySize = 255 and curveFamily = CURVE25519()

0 commit comments

Comments
 (0)