mirror of
https://github.com/github/codeql.git
synced 2026-04-13 02:54:01 +02:00
The import should not have been private, because we want users to still be able to import this file and have access to the crypto algorithms.
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
/**
|
|
* Provides classes modeling cryptographic algorithms, separated into strong and weak variants.
|
|
*/
|
|
|
|
import codeql.concepts.CryptoAlgorithms
|