gitextract_28hlxs34/ ├── CHANGELOG.md ├── LICENSE.md ├── README.CATALOG.md ├── README.md ├── TODO.md ├── application.fam ├── lib/ │ ├── crypto1/ │ │ ├── crypto1.c │ │ └── crypto1.h │ ├── nested/ │ │ ├── nested.c │ │ └── nested.h │ └── parity/ │ ├── parity.c │ └── parity.h ├── mifare_nested.c ├── mifare_nested.h ├── mifare_nested_i.h ├── mifare_nested_worker.c ├── mifare_nested_worker.h ├── mifare_nested_worker_i.h └── scenes/ ├── mifare_nested_scene.c ├── mifare_nested_scene.h ├── mifare_nested_scene_about.c ├── mifare_nested_scene_added_keys.c ├── mifare_nested_scene_check.c ├── mifare_nested_scene_check_keys.c ├── mifare_nested_scene_collecting.c ├── mifare_nested_scene_config.h ├── mifare_nested_scene_failed.c ├── mifare_nested_scene_need_collection.c ├── mifare_nested_scene_need_key_recovery.c ├── mifare_nested_scene_no_keys.c ├── mifare_nested_scene_no_nonces_collected.c ├── mifare_nested_scene_nonces_collected.c ├── mifare_nested_scene_settings.c ├── mifare_nested_scene_start.c └── mifare_nested_scene_static_encrypted_nonce.c