diff options
| author | Legrandin <gooksankoo@hoiptorrow.mailexpire.com> | 2012-05-14 18:54:49 +0200 |
|---|---|---|
| committer | Legrandin <gooksankoo@hoiptorrow.mailexpire.com> | 2012-05-14 19:03:39 +0200 |
| commit | b0cf21ed203793542cc094d49256f2fe3a8efe87 (patch) | |
| tree | ebfa1b8b2cd25d8e2c30fc5247da2b045b8f7197 /src | |
| parent | 6d583632810285b73e1100d84b553af508e199b8 (diff) | |
| download | pycrypto-b0cf21ed203793542cc094d49256f2fe3a8efe87.tar.gz | |
Added documentation for ARC4
Diffstat (limited to 'src')
| -rw-r--r-- | src/ARC4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ * */ -#define MODULE_NAME ARC4 +#define MODULE_NAME _ARC4 #define BLOCK_SIZE 1 #define KEY_SIZE 0 |
