summaryrefslogtreecommitdiff
path: root/pycryptopp/cipher/aesmodule.hpp
blob: d10f44fa489e1efe2307054a390b06223685c50b (plain)
1
2
3
4
5
6
7
#ifndef __INCL_AESMODULE_HPP
#define __INCL_AESMODULE_HPP

extern void
init_aes(PyObject* module);

#endif /* #ifndef __INCL_AESMODULE_HPP */