-
Notifications
You must be signed in to change notification settings - Fork 27
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
[capture] Simple script for KMAC #217
Comments
I'm working on this. However, it will take some time to test it in the office. |
Technically KMAC (and SHA3) doesn't have a ciphertext, but a tag. In the past, we used the term ciphertext (and the associated fields) to refer to the Tag/Hash. Should we keep this naming? |
I guess it would make sense to use the correct naming, .e.g, tag. I think this increases the readability of the code. However, the new trace library currently only supports the ciphertext/plaintext/key field. It should be fairly easy to add new fields. |
|
I've changed the priority, as the main task is done now. The new kmac capture script has now the same functionality as the old one. However I leave this issue open, as there are still some points to be discussed. See above. Feel free to close this issue and track the remaining tasks in a different issue |
As the old capture.py file is not working anymore due to the repo restructure, we need to implement the KMAC capture.
Please use capture_aes.py as a boilerplate.
The text was updated successfully, but these errors were encountered: