tiny-AES-c/aes.hpp

13 lines
184 B
C++
Raw Normal View History

2017-12-29 18:59:06 +03:00
#ifndef _AES_HPP_
#define _AES_HPP_
#ifndef __cplusplus
#error Do not include the hpp header in a c project!
#endif //__cplusplus
extern "C" {
#include "aes.h"
}
#endif //_AES_HPP_