]> git.8kb.co.uk Git - dataflex/df32func/blob - src/df32/encode.h
Just pushing the latest copy of my development / staging DataFlex stuff into git...
[dataflex/df32func] / src / df32 / encode.h
1 //-------------------------------------------------------------------------
2 // encode.h
3 //      This file contains soem globale used by RC4 encoding functions
4 //
5 // This file is to be included when using RC4/Base64 encoding in df32func.mk
6 //
7 // Copyright (c) 2006-2015, glyn@8kb.co.uk
8 // 
9 // df32func/encode.h
10 //-------------------------------------------------------------------------
11
12 Define __encode_h__
13
14 //-------------------------------------------------------------------------
15 // Global variables
16 //-------------------------------------------------------------------------            
17
18 // Used by RC4 functions
19 string RC4SBXA 128 RC4SBXB 128  RC4SBXA_TMP 128 RC4SBXB_TMP 128