Devilution
Diablo devolved - magic behind the 1996 computer game
Data Structures | Typedefs | Functions
codec.cpp File Reference
#include "all.h"
#include <cstddef>
#include <cstdint>

Go to the source code of this file.

Data Structures

struct  CodecSignature
 

Typedefs

typedef DEVILUTION_BEGIN_NAMESPACE struct CodecSignature CodecSignature
 

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

Implementation of save game encryption algorithm.

Definition in file codec.cpp.