commit | 9dbaa99ea784ba8b2175f0cde81d401911ecef1e | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Fri Aug 13 13:20:32 2021 +0200 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Fri Sep 03 08:33:42 2021 +0200 |
tree | f565af153c779b7b244debcf56d5fae1300d0f48 | |
parent | fb31846fb1ad75144d049daf689082e6336229aa [diff] |
[aes] Only unmask final cipher core output This commit inserts a mux between the masked cipher core output and the data output register/feedback path to: 1. Avoid SCA leakage occuring from unmasking intermediate cipher core outputs. 2. Increase the difficulty for extracting intermediate data via FI. 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 and our documentation on project organization and processes 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).