mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Update iclass.c
Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
parent
d6f8f9db4a
commit
88364f6a48
1 changed files with 1 additions and 1 deletions
|
@ -2157,7 +2157,7 @@ out:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void generate_single_key_block_inverted(const uint8_t *startingKey, uint32_t index, uint8_t *keyBlock) {
|
static void generate_single_key_block_inverted(const uint8_t *startingKey, uint32_t index, uint8_t *keyBlock) {
|
||||||
uint32_t carry = index;
|
uint32_t carry = index;
|
||||||
memcpy(keyBlock, startingKey, PICOPASS_BLOCK_SIZE);
|
memcpy(keyBlock, startingKey, PICOPASS_BLOCK_SIZE);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue