 |
emp-toolkit
|
Go to the documentation of this file. 4 #define AES_BATCH_SIZE 1024 // may need to change for different cache size, for the best performance. 5 #define HASH_BUFFER_SIZE 1024*8*8 7 #define NETWORK_BUFFER_SIZE 1024*8 8 #define FILE_BUFFER_SIZE 1024*16 9 #define CHECK_BUFFER_SIZE 1024*8 11 #define SERVER_IP "127.0.0.1"