mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-08 06:00:53 -07:00
5 lines
173 B
C
5 lines
173 B
C
#ifndef OPTIMIZED_CIPHER_H
|
|
#define OPTIMIZED_CIPHER_H
|
|
#include <stdint.h>
|
|
void opt_doMAC(uint8_t *cc_nr_p, uint8_t *div_key_p, uint8_t mac[4]);
|
|
#endif // OPTIMIZED_CIPHER_H
|