mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
ConceptsShared: add a default implementation of BlockMode CryptographicOperation#getBlockMode() for compatibility with external code
This commit is contained in:
@@ -78,7 +78,7 @@ module Cryptography {
|
||||
* This may have no result - for example if the `CryptographicAlgorithm` used
|
||||
* is a stream cipher rather than a block cipher.
|
||||
*/
|
||||
abstract BlockMode getBlockMode();
|
||||
BlockMode getBlockMode() { none() }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user