FAAC SLH/Spa 20-bits counter

This commit is contained in:
Eng1n33r
2022-07-17 08:05:09 +03:00
parent 4074aa7d38
commit 420af35f89
5 changed files with 14 additions and 15 deletions

View File

@@ -43,7 +43,7 @@
typedef struct {
uint8_t fix[4];
uint8_t cnt[2];
uint8_t cnt[3];
uint8_t seed[4];
} SecureData;