Devilution
Diablo devolved - magic behind the 1996 computer game
Functions
codec.h File Reference

Go to the source code of this file.

Functions

int codec_decode (BYTE *pbSrcDst, DWORD size, char *pszPassword)
 
void codec_init_key (int unused, char *pszPassword)
 
DWORD codec_get_encoded_len (DWORD dwSrcBytes)
 
void codec_encode (BYTE *pbSrcDst, DWORD size, int size_64, char *pszPassword)
 

Detailed Description

Interface of save game encryption algorithm.

Definition in file codec.h.