00001 00054 #ifndef IMS_THIG_ENC_H_ 00055 #define IMS_THIG_ENC_H_ 00056 00057 #include "mod.h" 00058 #include "thig_aes.h" 00059 #include "../../sr_module.h" 00060 00061 int thig_key_and_cipher_init(keyInstance *ki , cipherInstance *ci); 00062 00063 str thig_encrypt(str src); 00064 str thig_decrypt(str src); 00065 00066 #endif /*IMS_THIG_ENC_H_*/
1.5.2