mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Some more thinning
This commit is contained in:
parent
432b4b847b
commit
747a9345e3
2 changed files with 1 additions and 4 deletions
|
@ -93,7 +93,7 @@ namespace Crypto {
|
|||
|
||||
constexpr void updateNormalKey(std::size_t slotId) {
|
||||
if (m_generator.has_value() && hasKeyX(slotId) && hasKeyY(slotId)) {
|
||||
auto &keySlot = m_slots.at(slotId);
|
||||
auto& keySlot = m_slots.at(slotId);
|
||||
AESKey keyX = keySlot.keyX.value();
|
||||
AESKey keyY = keySlot.keyY.value();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue