mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 20:07:59 -05:00
crypto: Add PartitionDataManager
Keeps track of system files for key derivation
This commit is contained in:
@ -18,6 +18,8 @@ add_library(core STATIC
|
||||
crypto/encryption_layer.h
|
||||
crypto/key_manager.cpp
|
||||
crypto/key_manager.h
|
||||
crypto/partition_data_manager.cpp
|
||||
crypto/partition_data_manager.h
|
||||
crypto/ctr_encryption_layer.cpp
|
||||
crypto/ctr_encryption_layer.h
|
||||
crypto/xts_encryption_layer.cpp
|
||||
|
Reference in New Issue
Block a user