7 lines
69 B
C
7 lines
69 B
C
#ifndef CIPHERS_H
|
|
#define CIPHERS_H
|
|
|
|
#define BUFFER_SIZE 256
|
|
|
|
#endif
|