AES-CCM Authenticated Encrypt/Decrypt Core
Two architectural versions are available to suit system requirements. The Standard version (AES-CCM-S) is more compact, using a 32-bit datapath and requiring 44/52/60 clock cycles for each data block (128/192/256-bit cipher key, respectively). The Fast version (AES-CCM-F) achieves higher throughput, using a 128-bit datapath and requiring 11/13/15 clock cycles for each data block.
CCM stands for Counter with CBC- MAC mode. CCM is a generic authenticate-and-encrypt block cipher mode. CBC-MAC is utilized to generate an authentication string while CTR mode is used to encrypt.
The AES-CCM core is a fully synchronous design and has been evaluated in a variety of technologies, and is available optimized for ASICs or FPGAs.
查看 AES-CCM Authenticated Encrypt/Decrypt Core 详细介绍:
- 查看 AES-CCM Authenticated Encrypt/Decrypt Core 完整数据手册
- 联系 AES-CCM Authenticated Encrypt/Decrypt Core 供应商