mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
Added the ciphers also.. doh
This commit is contained in:
parent
188b2dbec4
commit
c99dc845b1
2 changed files with 244 additions and 0 deletions
5
armsrc/optimized_cipher.h
Normal file
5
armsrc/optimized_cipher.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue