6857b98ecd
* 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