Module Cryptography
Provides models for cryptographic things.
Import path
import codeql.rust.ConceptsAliases
| BlockMode | A cryptographic block cipher mode of operation. This can be used to encrypt data of arbitrary length using a block encryption algorithm. |
| CryptographicAlgorithm | A cryptographic algorithm. |
| CryptographicOperation | A data flow node that is an application of a cryptographic algorithm. For example, encryption, decryption, signature-validation. |
| CryptographicOperation | Provides classes for modeling new applications of a cryptographic algorithms. |
| EncryptionAlgorithm | An encryption algorithm such as |
| HashingAlgorithm | A hashing algorithm such as |
| PasswordHashingAlgorithm | A password hashing algorithm such as |
| SC | Provides models for cryptographic concepts. |