package aesCommon const ( Aes128Bits aesBitSize = 128 Aes196Bits aesBitSize = 196 Aes256Bits aesBitSize = 256 )