Refactor KeeLoq crypto functions and add new KeeLoq TX app (#2990)

This commit is contained in:
lifegame1lu111
2026-02-16 14:19:50 +00:00
committed by GitHub
parent 00f40bf171
commit 83a4580353
14 changed files with 545 additions and 37 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
struct KeeloqData {
std::string mf_name{};
uint32_t serial = 0;
uint32_t counter = 0;
uint16_t counter = 0;
uint8_t btn = 0;
};