commit | b7b4370452f0066bf242630cce0693183f298974 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Tue Dec 08 15:16:14 2020 +0100 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Thu Dec 17 11:20:02 2020 +0100 |
tree | 2c102244c685f55094c5621c90706847b3c7d717 | |
parent | 91e9700bfc9efd188b2373c6cb86f616cea8da47 [diff] |
[aes] Add support for multi-cycle S-Box implementations This commit lays the ground work for multi-cycle S-Boxes required for SCA hardening. This is achieved by adding input enable signals as well as output req/ack handshake signals between the cipher core controller and the SubBytes and KeyExpand blocks (both contain several S-Boxes). For the currently implemented single-cycle S-Boxes nothing changes, the newly added signals have static values in this case. Signed-off-by: Pirmin Vogel <vogelpi@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).