| Age | Commit message (Collapse) | Author |
|
x
|
|
|
|
Derives titlekeys
|
|
Derives master keys, game encryption keys, and package1/2 keys
|
|
|
|
TSEC, SBK, BIS, and other Sources for proper derivation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cuts down on include dependencies, resulting in less files that need to
be rebuilt when certain things are changed.
|
|
|
|
|
|
On call to WriteKeyToFile, so that the autogenerated file can be written.
|
|
|
|
|
|
Stored in a separate file than manual keys.
|
|
|
|
Should make key gets marginally faster.
|
|
It's in the common code, so it should be under the Common namespace like
everything else.
|
|
Move to hex_util.h in common
|
|
|
|
The benefit of std::string_view comes from the idea of avoiding copies
(essentially acting as a non-owning view), however if we're just going
to copy into a local variable immediately, there's not much benefit
gained here.
|
|
|
|
|
|
|
|
|
|
|