mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Merge branch 'main' into operation_step_refactor
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* A language-independent library for reasoning about cryptography.
|
||||
*/
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
import codeql.util.Location
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user