dynamic: switch CryptographicOperation::Range#getBlockMode() back to being an abstract predicate

This commit is contained in:
Alex Ford
2023-02-15 15:22:49 +00:00
parent c7aaad9ed0
commit d4d0b91085
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ module Cryptography {
* This may have no result - for example if the `CryptographicAlgorithm` used
* is a stream cipher rather than a block cipher.
*/
BlockMode getBlockMode() { none() }
abstract BlockMode getBlockMode();
}
}