mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
warnings
This commit is contained in:
parent
cb97b67cc5
commit
7f87b2dfa7
2 changed files with 4 additions and 3 deletions
|
@ -102,7 +102,6 @@ Ci+1: de c2 ee 1b 1c 92 76 e9
|
|||
7c90849f8 (77)
|
||||
7cc847482 (87)
|
||||
|
||||
*/
|
||||
|
||||
const uint64_t left_candidates[43] = {
|
||||
0x6221539d9ull, 0x1ddeac626ull, 0x7cc847482ull, 0x0337b8b7dull,
|
||||
|
@ -117,6 +116,7 @@ const uint64_t left_candidates[43] = {
|
|||
0x0f78aac5bull, 0x3770cdaf3ull, 0x205078bbaull, 0x04445c715ull,
|
||||
0x004df8a64ull, 0x6f696e09eull, 0x109691f61ull
|
||||
};
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
uint64_t l;
|
||||
|
@ -305,6 +305,7 @@ static inline uint8_t next_left_fast(uint8_t in, uint64_t *left) {
|
|||
return lookup->out;
|
||||
}
|
||||
|
||||
/*
|
||||
static inline uint8_t next_left_ksbyte(uint64_t *left) {
|
||||
lookup_entry *lookup;
|
||||
uint8_t bt;
|
||||
|
@ -319,6 +320,7 @@ static inline uint8_t next_left_ksbyte(uint64_t *left) {
|
|||
bt |= lookup->out;
|
||||
return bt;
|
||||
}
|
||||
*/
|
||||
|
||||
static inline uint8_t next_right_fast(uint8_t in, uint64_t *right) {
|
||||
if (in) *right ^= ((in & 0xf8) << 12);
|
||||
|
|
|
@ -105,8 +105,6 @@ Ci+1: de c2 ee 1b 1c 92 76 e9
|
|||
7c90849f8 (77)
|
||||
7cc847482 (87)
|
||||
|
||||
*/
|
||||
|
||||
const uint64_t left_candidates[43] = {
|
||||
0x6221539d9ull, 0x1ddeac626ull, 0x7cc847482ull, 0x0337b8b7dull,
|
||||
0x159d1687eull, 0x7bade8a41ull, 0x4c51c6463ull, 0x4e3d88bf9ull,
|
||||
|
@ -120,6 +118,7 @@ const uint64_t left_candidates[43] = {
|
|||
0x0f78aac5bull, 0x3770cdaf3ull, 0x205078bbaull, 0x04445c715ull,
|
||||
0x004df8a64ull, 0x6f696e09eull, 0x109691f61ull
|
||||
};
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
uint64_t l;
|
||||
|
|
Loading…
Reference in a new issue