#define AES_BLOCKLEN 16 //Block length in bytes AES is 128b block only
#define AES_BLOCKLEN 16 //Block length in bytes - AES is 128b block only
#if defined(AES256) && (AES256 == 1)
#define AES_KEYLEN 32
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.