#ifndef _CRYPTO_H #define _CRYPTO_H #include "cleanse.h" #include "md5.h" #include "sha.h" #include "aes.h" #endif /* !_CRYPTO_H */