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

AES function rename due to multiple definitions linking error #1593

Open
bdesterBE opened this issue Jan 4, 2024 · 0 comments
Open

AES function rename due to multiple definitions linking error #1593

bdesterBE opened this issue Jan 4, 2024 · 0 comments

Comments

@bdesterBE
Copy link

Hello,

I would like to open a pull request to rename the aes_encrpyt() function found in src/peripherals/soft-se/aes.* files to something other than what it currently is, perhaps aes_encrypt_block() (aes_decrypt() would also potentially be renamed to aes_decrypt_block() as per this example, for consistency).

The reason for this request is a multiple definitions linking error occurring when including LmHandler.h in an application file when using an ESP32 board port. ESP-IDF has a function with the same name.

Thanks,
Brandon

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