24 #ifndef __NETCOMM_WORLDINFO_DECRYPT_H_ 25 #define __NETCOMM_WORLDINFO_DECRYPT_H_ 27 #include <core/exception.h> 45 void set_plain_buffer(
void *buffer,
size_t buffer_length);
46 void set_crypt_buffer(
void *buffer,
size_t buffer_length);
52 size_t plain_buffer_length;
54 size_t crypt_buffer_length;
56 const unsigned char *key;
57 const unsigned char *iv;
WorldInfo message decryptor.
Fawkes library namespace.
Message decryption failed.
Base class for exceptions in Fawkes.
MessageDecryptionException(const char *msg)
Constructor.