Files
codeql/python/ql/lib/experimental/Quantum/Language.qll
2025-01-29 10:27:46 -05:00

13 lines
295 B
Plaintext

private import Base
private import python as Lang
module CryptoInput implements InputSig<Lang::Location> {
class LocatableElement = Lang::Expr;
class UnknownLocation = Lang::UnknownDefaultLocation;
}
module Crypto = CryptographyBase<Lang::Location, CryptoInput>;
import PycaCryptography