Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Make all modes use the ECB mode API #524

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Conversation

sjaeckel
Copy link
Member

This PR implements usage of the ECB API for all other modes, MAC and AEAD algorithms that use block ciphers.

This will make all above mentioned algorithms use an eventually set ECB accelerator function.
Also it cleans up duplicated parts like cipher ID and block-length.

@sjaeckel sjaeckel changed the title Make all modes use the ECB mode API [RFC] Make all modes use the ECB mode API Oct 26, 2020
@levitte
Copy link
Collaborator

levitte commented Aug 20, 2024

Nice cleanup. This PR could use some love, though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants