mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-20 03:24:51 +00:00
Remove extra newline
This commit is contained in:
parent
cd1b5731d4
commit
6a81bc5b4a
1 changed files with 0 additions and 1 deletions
|
@ -195,7 +195,6 @@ void derive_bis_key(void *dst, BisPartition_t partition_id, u32 target_firmware)
|
|||
};
|
||||
|
||||
static const u8 bis_kek_source[0x10] = {0x34, 0xC1, 0xA0, 0xC4, 0x82, 0x58, 0xF8, 0xB4, 0xFA, 0x9E, 0x5E, 0x6A, 0xDA, 0xFC, 0x7E, 0x4F};
|
||||
|
||||
switch (partition_id) {
|
||||
case BisPartition_Calibration:
|
||||
fusee_generate_specific_aes_key(dst, key_source_for_bis[partition_id][0], false, target_firmware);
|
||||
|
|
Loading…
Add table
Reference in a new issue