Minor layout change

Make clearer the common keys needed to derive header/app/ocean/system keys.
This commit is contained in:
Selver 2018-02-14 15:58:54 -08:00 committed by GitHub
parent 8f7657ae19
commit 6c3d45e8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
KEYS.md
View File

@ -19,8 +19,8 @@ key_area_key_system_source : Found in FS .rodata.
header_kek_source : Found in FS .rodata.
header_key_source : Found in FS .rodata.
header_key : Derivable from master_key_##, header sources, and aes generation sources.
key_area_key_application_## : Derivable from master_key_##, key_area_key_application_source, and aes generation sources.
key_area_key_ocean_## : Derivable from master_key_##, key_area_key_ocean_source, and aes generation sources.
key_area_key_system_## : Derivable from master_key_##, key_area_key_system_source, and aes generation sources.
```
header_key : Derivable from master_key_##, aes generation sources, and header sources.
key_area_key_application_## : Derivable from master_key_##, aes generation sources, and key_area_key_application_source.
key_area_key_ocean_## : Derivable from master_key_##, aes generation sources, and key_area_key_ocean_source.
key_area_key_system_## : Derivable from master_key_##, aes generation sources, and key_area_key_system_source.
```