Added the ciphers also.. doh
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user