]> git.cryptolib.org Git - avr-crypto-lib.git/blob - noekeon_omac.h
some testvectors
[avr-crypto-lib.git] / noekeon_omac.h
1 #ifndef NOEKEON_OMAC_H_
2 #define NOEKEON_OMAC_H_
3
4 #include "noekeon.h"
5 #include <stdint.h>
6
7 void noekeon_omac(void* dest, const void* msg, uint16_t msglength_b,
8                   const void* key, uint8_t t);
9
10 #endif /*NOEKEON_OMAC_H_*/