LibHac/tests/LibHac.Tests/CryptoTests/TestVectors
Alex Barney 506a4691bb Fix transforming data with .NET's AES crypto functions
Input data with sizes larger than 512 bytes that weren't powers of two would fail when copying to the output buffer because rented arrays come in powers of two. This limits the copy size to the number of bytes that were actually encrypted or decrypted.
2022-11-23 14:49:59 -07:00
..
CBC128Long.rsp Fix transforming data with .NET's AES crypto functions 2022-11-23 14:49:59 -07:00
CBCGFSbox128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
CBCKeySbox128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
CBCMMT128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
CBCVarKey128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
CBCVarTxt128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
CTR128.rsp Fix transforming data with .NET's AES crypto functions 2022-11-23 14:49:59 -07:00
ECB128Long.rsp Fix transforming data with .NET's AES crypto functions 2022-11-23 14:49:59 -07:00
ECBGFSbox128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
ECBKeySbox128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
ECBMMT128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
ECBVarKey128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
ECBVarTxt128.rsp Use AES-NI instructions 2019-11-22 13:59:47 -05:00
SHA256LongMsg.rsp Add Sha256Generator 2019-11-26 18:13:30 -06:00
SHA256ShortMsg.rsp Add Sha256Generator 2019-11-26 18:13:30 -06:00
XTSAES128Long.rsp Fix transforming data with .NET's AES crypto functions 2022-11-23 14:49:59 -07:00
XTSGenAES128.rsp Add XTS mode and remove duplicate code 2019-11-22 13:59:47 -05:00