commit | 6602e72552bbe3bbb980257549062c0fc85f9fd2 | [log] [tgz] |
---|---|---|
author | Timothy Trippel <ttrippel@google.com> | Fri Mar 03 10:24:24 2023 -0800 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Wed Mar 08 14:26:39 2023 -0800 |
tree | d17c24e3969dd285799ccc5cdda407efb062621c | |
parent | 1e1b30380b31573839d3d9ce2c4eac3bd0179be6 [diff] |
[flash_ctrl] update `IPoly` parameter in flash scrambler While working on #9322, I noticed the GF(2) irreducible polynomial used for the flash scrambling scheme was not the Conway polynomial with degree 64, but rather the Conway polynomial with degree 32. After discussion in #17443, it was determined that while OK, as the polynomial was still irreducible, a better, NIST recommended polynomial should be used instead. This updates the GF(2) irreducible polynomial used by the flash scrambler to the NIST recommended polynomial for block ciphers: `x^64 + x^4 + x^3 + x + 1`. Signed-off-by: Timothy Trippel <ttrippel@google.com>
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).