arm-crypto-lib/noekeon/noekeon_cbc_enc.h

10 lines
200 B
C
Raw Permalink Normal View History

2010-09-26 16:22:40 +00:00
#ifndef NOEKEON_CBC_ENC_H_
#define NOEKEON_CBC_ENC_H_
#include <stdint.h>
2011-02-01 00:12:24 +00:00
#include "noekeon.h"
2010-09-26 16:22:40 +00:00
void noekeon_cbc_enc(void* buffer, uint8_t block_cnt, const void* key);
#endif /*NOEKEON_CBC_ENC_H_*/