]> git.cryptolib.org Git - avr-crypto-lib.git/blob - noekeon/noekeon_cbc_enc.h
b47048f6fad3b73a48f77cffc900d16d75984237
[avr-crypto-lib.git] / noekeon / noekeon_cbc_enc.h
1 #ifndef NOEKEON_CBC_ENC_H_
2 #define NOEKEON_CBC_ENC_H_
3
4 #include <stdint.h>
5 #include "noekeon/noekeon.h"
6
7 void noekeon_cbc_enc(void* buffer, uint8_t block_cnt, const void* key);
8
9 #endif /*NOEKEON_CBC_ENC_H_*/