minimal speedups for mifare_classic.c

included missing nfcv.c API update
This commit is contained in:
g3gg0
2022-11-23 02:16:52 +01:00
parent 021695b2a3
commit 9d07f8db29
4 changed files with 34 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ void crypto1_reset(Crypto1* crypto1);
void crypto1_init(Crypto1* crypto1, uint64_t key);
uint8_t crypto1_bit(Crypto1* crypto1, uint8_t in, int is_encrypted);
//uint8_t crypto1_bit(Crypto1* crypto1, uint8_t in, int is_encrypted);
uint8_t crypto1_byte(Crypto1* crypto1, uint8_t in, int is_encrypted);