flipperzero-firmware/lib/subghz
ImprovingRigmarole 6857b98ecd
SubGhz: faster mess_with_iv (#845)
* subghz_keystore_mess_with_iv shortened
- less instructions
- less registers used (no need for r3 anymore)
* subghz_keystore_mess_with_iv shortened (again)
* 7b46c12e408cdc541e9e91c0392365bb4960fabd reduced instructions count from 4+16x8=132 to 3+16x7=115
* here loop is removed and reduces all to only 15 instructions
* branch label is kept to preserve original intent and for historical record
2021-11-26 14:47:17 +03:00
..
protocols [FL-2047] SubGhz: New GUI ReadRAW view (#832) 2021-11-24 16:59:45 +03:00
subghz_file_encoder_worker.c [FL-2047] SubGhz: New GUI ReadRAW view (#832) 2021-11-24 16:59:45 +03:00
subghz_file_encoder_worker.h [FL-2047] SubGhz: New GUI ReadRAW view (#832) 2021-11-24 16:59:45 +03:00
subghz_keystore.c SubGhz: faster mess_with_iv (#845) 2021-11-26 14:47:17 +03:00
subghz_keystore.h SubGhz: reading keys from encrypted files (#803) 2021-11-03 19:41:07 +03:00
subghz_parser.c [FL-1934] Core: wipe memory after free. SubGhz: key encryption tool. (#797) 2021-11-01 16:11:25 +03:00
subghz_parser.h [FL-1913, FL-1963] SubGhz: save raw signal, add came atomo decoder (#783) 2021-10-25 17:37:14 +03:00
subghz_worker.c RPC: Add Virtual Display & Unify log tags (#814) 2021-11-12 16:04:35 +03:00
subghz_worker.h