package aesCommon const ( Aes128Bits aesBitSize = 128 Aes192Bits aesBitSize = 192 Aes256Bits aesBitSize = 256 )