Skip to content

Convert ECB AES Implementation to CBC #81

@manistal

Description

@manistal

Currently the AES Block Cipher Engine is implemented as ECB (plaintext block with a given key always results in the same plaintext block). We need to update this to be done as CBC.

https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#CBC

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions