Overview
This implementation of the AES-CCM algorithm implements the full NIST draft SP800-38C specification. AES CCM combines AES in counter (CTR) mode with AES in Cipher Block Chaining (CBC) mode to provide both encryption and authentication for low to medium speed data streams. AES-CCM is not parallelisable, unlike the AES-GCM algorithm which is also offered by Algotronix, however it can be particularly area efficient at slower speeds. The AES-CCM algorithm is specified IEEE wireless networking standards including IEEE802.11 (Wifi) and in IETF RFC 3610.
This core implements aspects of the NIST SP800-38C specification such as 192 and 256 bit key lengths which are not required by the IEEE 802.11 standard, these aspects can be omitted to reduce area. The core can also provide access to the internal AES unit to implement the simple modes of AES such as ECB, CBC, OFB, CTR, CFB1, CFB8 and CFB128.
The AES-CCM core is based on our AES-G3 implementation and is supplied as a complete package of VHDL or Verilog source code. In the initial implementation data path width for AES-CCM is fixed at 32 bits although the G3 core can implement 8, 16, 32, 64 and 128 bit data path widths. A multi-project licence for AES-CCM includes a multi-project licence to AES-G3.
Learn more about Symmetric Crypto IP core
The cybersecurity threat landscape is dynamic and rapidly evolving. Indeed, attackers are constantly finding new ways to exploit critical vulnerabilities across a wide range of applications and devices. Protecting data and devices requires secure processes running on systems and networks.
The transition to post-quantum cryptography (PQC) has moved from research planning to operational execution. Federal policy, emerging procurement requirements, and evolving security standards are accelerating the adoption of quantum resistant cryptography across government and critical infrastructure systems.
The goal of this white paper is to provide a primer introduction to RoT and how to choose a right RoT as the trust anchor for a novel hardware based security architecture
A Root of Trust is the foundation on which all secure operations of a computing system depend. It contains the keys used for cryptographic functions and enables a system-wide secure boot process. It is inherently trusted and therefore must be secure by design.