core: use nested namespaces
This commit is contained in:
parent
f409342ab5
commit
39e163b7ce
19 changed files with 40 additions and 80 deletions
|
@ -7,11 +7,9 @@
|
|||
#include "common/common_types.h"
|
||||
#include "core/hw/aes/key.h"
|
||||
|
||||
namespace HW {
|
||||
namespace AES {
|
||||
namespace HW::AES {
|
||||
AESKey Lrot128(const AESKey& in, u32 rot);
|
||||
AESKey Add128(const AESKey& a, const AESKey& b);
|
||||
AESKey Xor128(const AESKey& a, const AESKey& b);
|
||||
|
||||
} // namespace AES
|
||||
} // namespace HW
|
||||
} // namespace HW::AES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue