Python/JS: Sync CryptoAlgorithms.qll

This commit is contained in:
Rasmus Wriedt Larsen
2021-03-03 14:18:33 +01:00
parent dd75ea31df
commit c3175ae7b1

View File

@@ -118,7 +118,7 @@ abstract class CryptographicAlgorithm extends TCryptographicAlgorithm {
/**
* Holds if the name of this algorithm matches `name` modulo case,
* white space, dashes and underscores.
* white space, dashes, and underscores.
*/
bindingset[name]
predicate matchesName(string name) {