Removed duplicate condition in Model.qll

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
Fredrik Dahlgren
2025-06-04 10:36:28 +02:00
parent 99b4cb1b7d
commit 2eecda3501

View File

@@ -2704,8 +2704,6 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
or
curveName = "CURVE448" and keySize = 448 and curveFamily = CURVE448()
or
curveName = "CURVE448" and keySize = 448 and curveFamily = CURVE448()
or
// TODO: separate these into key agreement logic or sign/verify (ECDSA / ECDH)
// or
// curveName = "X25519" and keySize = 255 and curveFamily = CURVE25519()