Merge branch 'main' into operation_step_refactor

This commit is contained in:
Nicolas Will
2025-06-27 12:05:14 +02:00
committed by GitHub
539 changed files with 10151 additions and 742 deletions

View File

@@ -1,6 +1,8 @@
/**
* A language-independent library for reasoning about cryptography.
*/
overlay[local?]
module;
import codeql.util.Location

View File

@@ -1,3 +1,6 @@
overlay[local?]
module;
/**
* The `KeyOpAlg` module defines key operation algorithms types (e.g., symmetric ciphers, signatures, etc.)
* and provides mapping of those types to string names and structural properties.