Added the ciphers also.. doh

This commit is contained in:
Martin Holst Swende 2015-02-27 20:19:10 +01:00
parent 188b2dbec4
commit c99dc845b1
2 changed files with 244 additions and 0 deletions

View 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