| 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
|
|
|
|
|
|
|
|
|
|
Eliminated duplicate code and adds support for Rev1+ carts
|
|
Cuts down on include dependencies, resulting in less files that need to
be rebuilt when certain things are changed.
|
|
|
|
|
|
Stored in a separate file than manual keys.
|
|
|
|
Should make key gets marginally faster.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|