-
Notifications
You must be signed in to change notification settings - Fork 0
Implement Extendable Engine #8
Copy link
Copy link
Open
Labels
encryptablesChanges regarding what can be used in the encryption logicChanges regarding what can be used in the encryption logicencryption logicChanges to the byte encryption processChanges to the byte encryption processenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
encryptablesChanges regarding what can be used in the encryption logicChanges regarding what can be used in the encryption logicencryption logicChanges to the byte encryption processChanges to the byte encryption processenhancementNew feature or requestNew feature or request
The method in which content blocks are encrypted should be open for extension / dependency injection.
For instance, one engine type may only have a
Headerblock that's 4 bytes long while another could be 32 or 64 bytes of encryption config. The extendable engine could also implement different styles of encryption, i.e. stream or block.