Skip to content

Commit e8cbf72

Browse files
committed
JS: breaking change note for CryptographicOperation sync
1 parent 925b4a3 commit e8cbf72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
category: breaking
3+
---
4+
* The `CryptographicOperation` concept has been changed to use a range pattern. This is a breaking change and existing implementations of `CryptographicOperation` will need to be updated in order to compile. These implementations can be updated by:
5+
1. Extending `CryptographicOperation::Range` rather than `CryptographicOperation`
6+
2. Renaming the `getInput()` member predicate as `getAnInput()`
7+
3. Implementing the `BlockMode getBlockMode()` member predicate. The implementation for this can be `none()` if the operation is a hashing operation or an encryption operation using a stream cipher.

0 commit comments

Comments
 (0)