]> git.cryptolib.org Git - arm-crypto-lib.git/blob - noekeon/noekeon_cbc_enc.h
switching to dedicated endian switching function
[arm-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.h"
6
7 void noekeon_cbc_enc(void* buffer, uint8_t block_cnt, const void* key);
8
9 #endif /*NOEKEON_CBC_ENC_H_*/