mirror of
https://github.com/Ap0dexMe0/unixtract.git
synced 2026-07-15 21:00:03 +02:00
general: move common to utils, move common compression function to utils, clean up inconsitencies + add missing header to sony_bdp
This commit is contained in:
+4
-2
@@ -1,3 +1,5 @@
|
||||
//This file is used to store keys for formats that rely on using different keys.
|
||||
|
||||
//samsung old keys
|
||||
//github.com/george-hopkins/samygo-patcher
|
||||
pub static SAMSUNG: &[(&str, &str)] = &[
|
||||
@@ -78,10 +80,10 @@ pub static EPK3: &[(&str, &str)] = &[
|
||||
|
||||
//pana dvd keys (no AES)
|
||||
pub static PANA_DVD_KEYONLY: &[&str] = &[
|
||||
("08E03D859AF9F3EE"), //B3A25A0B9D864F08 # 87 devices, ..-~2011
|
||||
("08E03D859AF9F3EE"), //B3A25A0B9D864F08 # 87 firmwares, ..-~2011
|
||||
];
|
||||
|
||||
//pana dvd keys (PANAEUSB pair (AES + cust))
|
||||
pub static PANA_DVD_AESPAIR: &[(&str, &str)] = &[
|
||||
("62A39E1C5594AE09244EB326EF7938FA", "06C943F3B997F7E0"), //# 8 devices, ~2018
|
||||
("62A39E1C5594AE09244EB326EF7938FA", "06C943F3B997F7E0"), //# 9 firmwares, ~2018
|
||||
];
|
||||
Reference in New Issue
Block a user