We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591db05 commit d2cfcb4Copy full SHA for d2cfcb4
rust/ql/lib/codeql/rust/internal/ConceptsShared.qll
@@ -30,7 +30,7 @@ module Cryptography {
30
class PasswordHashingAlgorithm = CryptoAlgorithms::PasswordHashingAlgorithm;
31
32
/**
33
- * A data-flow node that is an application of a cryptographic algorithm. For example,
+ * A data flow node that is an application of a cryptographic algorithm. For example,
34
* encryption, decryption, signature-validation.
35
*
36
* Extend this class to refine existing API models. If you want to model new APIs,
0 commit comments