JS: Use shared CryptographicOperation concept and implement BlockMode getBlockMode()

This commit is contained in:
Alex Ford
2023-02-02 20:28:37 +00:00
parent e5dfbe2c8d
commit 983055b8f9
6 changed files with 121 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
import javascript
from CryptographicOperation operation
select operation, operation.getAlgorithm().getName(), operation.getInput()
select operation, operation.getAlgorithm().getName(), operation.getAnInput()