We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libtomcrypt defines many macros and preprocessor definitions.
Some of them use a LTM_ prefix, but many of them don't.
LTM_
For example, take a look at the tomcrypt_macros.h.
tomcrypt_macros.h
This can easily cause name collisions.
All macros and preprocessor definitions from libtomcrypt should therefore use a LTC_ prefix.
LTC_
The text was updated successfully, but these errors were encountered:
Related to #448.
Sorry, something went wrong.
No branches or pull requests
libtomcrypt defines many macros and preprocessor definitions.
Some of them use a
LTM_
prefix, but many of them don't.For example, take a look at the
tomcrypt_macros.h
.This can easily cause name collisions.
All macros and preprocessor definitions from libtomcrypt should therefore use a
LTC_
prefix.The text was updated successfully, but these errors were encountered: