-
Notifications
You must be signed in to change notification settings - Fork 20
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
Renaming classes #7
Comments
@Sumu-Ning any opinion on this? |
I am fine with them, except for the last one, which is more fundamental than aes. If you have time , please make the change. I don't have abap environment any more :p |
Will do, just haven't had the time/focus to do it yet |
Sumu-Ning
added a commit
that referenced
this issue
Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Sumu-Ning,
I would like to rename the classes so everything is prefixed with "ZCL_AES_", my suggestion:
rename ZCL_BYTE_PADDING_UTILITY to ZCL_AES_PADDING
rename ZCL_PADDING_UTILITY_NONE to ZCL_AES_PADDING_NONE
rename ZCL_PADDING_UTILITY_PKCS_5 to ZCL_AES_PADDING_PKCS_5
rename ZCL_PADDING_UTILITY_PKCS_7 to ZCL_AES_PADDING_PKCS_7
rename ZCL_RIJNDAEL_UTILITY to ZCL_AES_RIJNDAEL
The text was updated successfully, but these errors were encountered: