commit | 284b400566182b5195192ed978df5088995e816d | [log] [tgz] |
---|---|---|
author | Sam Elliott <selliott@lowrisc.org> | Fri Nov 27 16:43:36 2020 +0000 |
committer | Sam Elliott <sam@lenary.co.uk> | Wed Dec 09 16:08:37 2020 +0000 |
tree | 6bc91e8a41d4fcf16cc8f3f760e68e78acd465a0 | |
parent | 23cbb9c343b9968ab41ecc020a88cf9f8fc8a07a [diff] |
[rom_ext] Remove Signature Algorithm Identifier This field was being used to encode the Hash algorithm we had chosen. We are using the PKCS1 v1.5 padding scheme, so this information is now redundant. I have chosen to leave a reserved field in the manifest here, instead of moving all the other fields, as a prudent measure in case we need a small field in the header in the future. Signed-off-by: Sam Elliott <selliott@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).