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

Change generated vector format #26

Closed
kinap opened this issue Aug 24, 2016 · 4 comments
Closed

Change generated vector format #26

kinap opened this issue Aug 24, 2016 · 4 comments
Assignees

Comments

@kinap
Copy link
Owner

kinap commented Aug 24, 2016

To accommodate the vector permutation scheme designed to improve emulation efficiency, the generator should produce data in the following format:

<128 bit state block (input data)><256-bit key><128 cipher text><192 cipher text><256 cipher text>

The key will be subdivided into smaller key sizes using the appropriate number of least significant bytes.

@kinap kinap self-assigned this Aug 24, 2016
@kinap
Copy link
Owner Author

kinap commented Aug 24, 2016

@pear7 heads up, I'll be tracking work here.

@pear7
Copy link
Collaborator

pear7 commented Aug 25, 2016

@kinap Is it too take to have the key subdivided using the most significant bytes? I think that is how it would naturally divide based on how our signals are set up.

@kinap
Copy link
Owner Author

kinap commented Aug 25, 2016

@pear7 Shouldn't be a problem. Will be ready tonight.

@kinap
Copy link
Owner Author

kinap commented Aug 26, 2016

Addressed in fe1e094. Old generator behavior preserved with -c flag.

Here is a quick and dirty verification I did:
capture

@pear7 Do you need me to push generated vectors, or are you able to run the generator independently?

@kinap kinap closed this as completed Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants