mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-19 12:51:04 +00:00
Add comment on RK cast (GH #597)
This commit is contained in:
parent
730eebe233
commit
80f70442df
4
aria.cpp
4
aria.cpp
@ -15,9 +15,9 @@
|
||||
# define CRYPTOPP_ENABLE_ARIA_SSSE3_INTRINSICS 1
|
||||
#endif
|
||||
|
||||
// GCC cast warning
|
||||
// GCC cast warning. Note: this is used on round key table,
|
||||
// which is word32 and naturally aligned.
|
||||
#define UINT32_CAST(x) ((uint32_t *)(void *)(x))
|
||||
#define CONST_UINT32_CAST(x) ((const uint32_t *)(const void *)(x))
|
||||
|
||||
NAMESPACE_BEGIN(CryptoPP)
|
||||
NAMESPACE_BEGIN(ARIATab)
|
||||
|
Loading…
x
Reference in New Issue
Block a user