| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
|
| |
|
|
|
| |
Allows us to simplify the interface quite a bit as it will handle
contiguous sequences for us.
|
| | |
|
| |
|
|
| |
Same behavior, less template instantiations.
|
| |
|
|
|
|
| |
In a few places, the data to be set as the IV is already within an array.
We shouldn't require this data to be heap-allocated if it doesn't need
to be. This allows certain callers to reduce heap churn.
|
| | |
|
| |
|
|
| |
Issues with block size are fixed by making all reads minimum length of 0x10
|
| |
|
|
| |
XTS with Nintendo Tweak will fail mysteriously if the sector size is not 0x4000. Upgrade the critical log to an assert to prevent undefined behavior.
|
| |
|
|
|
| |
This function doesn't directly depend on class state, so it can be
hidden entirely from the interface in the cpp file.
|
| |
|
|
| |
This doesn't modify member state, so it can be made const.
|
| | |
|
| | |
|
| | |
|
| |
|