aboutsummaryrefslogtreecommitdiff
path: root/src/core/hw/aes/ccm.cpp
AgeCommit message (Collapse)Author
2018-08-02hw: Remove unused filesLioncash
None of these files are used in any meaningful way. They're just leftovers from citra. Also has the benefit of getting rid of an unused global variable.
2018-01-12core: Gut out cryptop, since it doesn't compile with C++17.bunnei
2017-02-21HW: add AES engine & implement AES-CCMwwylele