commit | 62f79b88c411e12b0df22a456d88f6862f342476 | [log] [tgz] |
---|---|---|
author | Pirmin Vogel <vogelpi@lowrisc.org> | Tue Dec 08 11:58:48 2020 +0100 |
committer | Pirmin Vogel <vogelpi@lowrisc.org> | Wed Dec 09 08:14:12 2020 +0100 |
tree | 60295349faf1a2a606ff40c3725137d32ef2c77a | |
parent | 5808ad335a6b840498316c1039f01becf8f2111f [diff] |
[aes] Parameterize LFSR default seeds and perms This commit changes how the LFSR default seeds and permutations for the clearing and masking PRNG of AES are generated and propagated. In line with other OpenTitan IPs, we now use the `gen-lfsr-seed.py` script. The values are exposed as IP parameters. We do not yet expose them to the top-level/`top_pkg.sv` as the type declarations and dimensions are likely to change in the process of SCA hardening. This allows to continue the SCA hardening work without constantly updating the top level. 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).