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

Add parameterization to key wrap modes #85

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Add parameterization to key wrap modes #85

merged 2 commits into from
Jul 8, 2024

Conversation

marsella
Copy link
Contributor

@marsella marsella commented Jul 3, 2024

Closes #81.

A snack of a PR before the holiday. This adds a key size parameter to AES's key wrap modes so that it supports all the key sizes from the spec. Also slightly rearranges things to match the slowly changing directory structure for block ciphers, which separates modes of operation from instantiations of modes with specific ciphers.

marsella added 2 commits July 3, 2024 15:20
Also rearranges module structure to match new changes, separating mode
definition from instantiation with a specific cipher from tests.
@marsella marsella merged commit 5035908 into master Jul 8, 2024
@marsella marsella deleted the 81-fix-key-wrap branch July 8, 2024 10:46
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.

Genericize key wrap modes of operation
3 participants