index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
crypto
/
partition_data_manager.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
file_sys: Replace inclusions with forward declarations where applicable
Lioncash
2020-08-23
1
-0
/
+1
*
Merge pull request #4494 from lioncash/transcode
bunnei
2020-08-17
1
-2
/
+2
|
\
|
*
partition_data_manager: Eliminate magic value
Lioncash
2020-08-06
1
-2
/
+2
*
|
Merge pull request #4483 from lioncash/constexpr-hex
bunnei
2020-08-07
1
-94
/
+112
|
\
\
|
|
/
|
/
|
|
*
partition_data_manager: Update master key hashes
Lioncash
2020-08-06
1
-5
/
+5
|
*
partition_data_manager: Make data arrays constexpr
Lioncash
2020-08-06
1
-94
/
+112
*
|
aes_util: Allow SetIV to be non-allocating
Lioncash
2020-08-03
1
-3
/
+2
|
/
*
General: Resolve warnings related to missing declarations
Lioncash
2020-04-17
1
-4
/
+3
*
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-15
1
-3
/
+4
|
\
|
*
crypto: Resolve sign-conversion warnings
Lioncash
2019-11-12
1
-3
/
+4
*
|
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
1
-2
/
+2
|
/
*
partition_data_manager: Add accessor for decrypted PRODINFO partition
Zach Hilman
2019-09-21
1
-0
/
+4
*
partition_data_manager: Remove KIP processing and use FileSys
Zach Hilman
2019-06-05
1
-118
/
+13
*
crypto: Use compressed sizes in offset calculation for KIP decompression
Zach Hilman
2018-10-20
1
-1
/
+2
*
crypto: Various crypto fixes for quickstart guide
Zach Hilman
2018-10-15
1
-2
/
+2
*
partition_data_manager: Reserve and insert data within output vector in DecryptPackage2()
Lioncash
2018-10-13
1
-20
/
+16
*
partition_data_manager: Remove unused std::map instance within DecryptPackage2()
Lioncash
2018-10-13
1
-2
/
+0
*
partition_data_manager: Take package2_keys by const reference
Lioncash
2018-10-13
1
-1
/
+1
*
partition_data_manager: Move IV data to where it's needed in DecryptPackage2()
Lioncash
2018-10-13
1
-3
/
+1
*
partition_data_manager: Remove commented out code
Lioncash
2018-10-13
1
-2
/
+0
*
key_manager/partition_data_manager: Silence truncation compiler warnings
Lioncash
2018-10-13
1
-5
/
+7
*
partition_data_manager: Dehardcode array bounds
Lioncash
2018-10-13
1
-5
/
+5
*
partition_data_manager: Take VirtualFile by const reference in constructor
Lioncash
2018-10-13
1
-1
/
+1
*
partition_data_manager: Amend constructor initializer list order
Lioncash
2018-10-13
1
-2
/
+3
*
partition_data_manager: Remove unused includes
Lioncash
2018-10-13
1
-2
/
+1
*
partition_data_manager: Rename system files for hekate
Zach Hilman
2018-10-07
1
-37
/
+52
*
crypto: Add PartitionDataManager
Zach Hilman
2018-10-07
1
-0
/
+586