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

Update AES128.v #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update AES128.v #1

wants to merge 1 commit into from

Conversation

rkashghari
Copy link
Collaborator

Added the hex Inductive type to the end of the document before the code extractions. The problem is that each hex value (1 to f) has a different constructor, so making functions around that take hex types as input and matching each constructor is a problem. The only thing I could think of when converting the 32 hex digits into a 16 byte matrix was to do an exhaustive mapping between, which would literally required 2^128 cases.

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.

1 participant