implement tfs1

This commit is contained in:
Martin Michelsen
2022-05-21 22:45:13 -07:00
parent 0378314733
commit 641639a659
2 changed files with 155 additions and 46 deletions
+2
View File
@@ -68,6 +68,7 @@ public:
STANDARD = 0x00,
MOCB1 = 0x01,
JSD1 = 0x02,
TFS1 = 0x03,
};
struct KeyFile {
@@ -99,6 +100,7 @@ public:
protected:
KeyFile state;
void tfs1_scramble(uint32_t* out1, uint32_t* out2) const;
void apply_seed(const void* original_seed, size_t seed_size);
};