Update JCA model, refactor modes

This commit is contained in:
Kristen Newbury
2025-02-10 13:49:32 -05:00
parent 59208bdb85
commit 1a12fb3099
2 changed files with 28 additions and 20 deletions

View File

@@ -258,6 +258,7 @@ module CryptographyBase<LocationSig Location, InputSig<Location> Input> {
newtype TModeOperation =
ECB() or
CBC() or
OtherMode()
abstract class ModeOfOperation extends Algorithm {