Files
blankos/src/programs/ciphers.h
2024-08-11 11:05:38 +02:00

7 lines
69 B
C

#ifndef CIPHERS_H
#define CIPHERS_H
#define BUFFER_SIZE 256
#endif