i have a question #define MAX_LEN (2 * 1024 * 1024) why are you define MAX_LEN? has AES256 limited size? if i skip MAX_LEN code, its occur error? Thank you.
i have a question
#define MAX_LEN (2 * 1024 * 1024)
why are you define MAX_LEN?
has AES256 limited size?
if i skip MAX_LEN code, its occur error?
Thank you.