AES128

 view release on metacpan or  search on metacpan

tiny-AES-c/aes.hpp  view on Meta::CPAN

#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_



( run in 0.343 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )