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
*
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