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

duplicate aes_decrypt_keyNNN / aes_encrypt_keyNNN with aeskey2.c #67

Open
TBOpen opened this issue Jan 29, 2025 · 1 comment
Open

duplicate aes_decrypt_keyNNN / aes_encrypt_keyNNN with aeskey2.c #67

TBOpen opened this issue Jan 29, 2025 · 1 comment

Comments

@TBOpen
Copy link

TBOpen commented Jan 29, 2025

What is aeskey2.c, there is no reference. If it's included then it conflicts with aes_ni.c when that is used. So it seems if using aes_ni then omit aeskey2.c but if not using aes_ni then include aeskey2.c

I found it, needed to change the line to exclude intel possible for ARM64, but aeskey2.c seems to be some leftover old file that should be remove?

if defined( _WIN64 ) && defined( _MSC_VER ) && !defined (_M_ARM64) \

@BrianGladman
Copy link
Owner

There is no reference to it because it is not intended for use by anyone building AES from this repository I left it in place because it is part of the original development process.

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

2 participants