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

Use Vector type for AES-GCM specification #146

Open
pennyannn opened this issue Sep 6, 2024 · 0 comments
Open

Use Vector type for AES-GCM specification #146

pennyannn opened this issue Sep 6, 2024 · 0 comments

Comments

@pennyannn
Copy link
Collaborator

Currently, List type is used when we refer to a list of BitVec in functional specification of AES-GCM. This means information on the length of the list of BitVecs are lost. This can cause trouble when type inference requires knowing the length of the lists -- theorems would have to be defined manually for the length of lists. Rework the AES-GCM specification to use Vector type to see if it can simplify definitions.

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

No branches or pull requests

1 participant