summaryrefslogtreecommitdiff
path: root/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h
blob: 62fb6e2083b59aaf9610b8f0d3744ec2f1205130 (plain)
1
2
3
4
5
6
7
8
9
10
11
#define __MAJOR_VERSION           0
#define __MINOR_VERSION           0
#define __RELEASE_NUM             0
#define __BUILD_NUM               1

#include <stdver.h>

#define __PLUGIN_NAME             "ARC4"
#define __FILENAME                "ARC4.dll"
#define __DESCRIPTION             "Streamcipher - 8bit step, fast."
#define __COPYRIGHT               "© 1987 Ron Rivest"