Add missing qldoc

This commit is contained in:
Alex Ford
2022-05-17 15:01:28 +01:00
parent f92782d4e7
commit 4bb6d1db3a
3 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ class EncryptionAlgorithm extends MkEncryptionAlgorithm, CryptographicAlgorithm
override predicate isWeak() { isWeak = true }
/** Holds if this algorithm is a stream cipher. */
predicate isStreamCipher() { isStreamCipher(name) }
}