Merge remote-tracking branch 'noproto/nestednonces' into dev

This commit is contained in:
MX
2024-10-11 21:13:50 +03:00
6 changed files with 48 additions and 65 deletions

View File

@@ -98,9 +98,9 @@ typedef struct {
bool is_key_attack;
uint8_t key_attack_current_sector;
bool is_card_present;
uint8_t nested_phase;
uint8_t prng_type;
uint8_t backdoor;
MfClassicNestedPhase nested_phase;
MfClassicPrngType prng_type;
MfClassicBackdoor backdoor;
uint16_t nested_target_key;
uint16_t msb_count;
bool enhanced_dict;