Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Oct 25, 2024
1 parent 49cded4 commit 29e6ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptoTools/Crypto/AES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ namespace osuCrypto {
return state;
}

#endif


template<AESTypes type>
Expand All @@ -395,7 +396,6 @@ namespace osuCrypto {
}
mRoundKey[10] = aes.mRoundKey[0];
}
#endif

template<AESTypes type>
void AESDec<type>::ecbDecBlock(const block& ciphertext, block& plaintext)
Expand Down

0 comments on commit 29e6ecc

Please sign in to comment.