commit | b2940d74880cf1c9026f76ec56186988bfd17e76 | [log] [tgz] |
---|---|---|
author | Jade Philipoom <jadep@google.com> | Sun Feb 26 15:18:59 2023 +0100 |
committer | jadephilipoom <jadep@google.com> | Thu Mar 09 09:52:07 2023 -0500 |
tree | 5394890d32b70cfaade8f1f7e412f8482a23612f | |
parent | d5fa9a2ff37a588237dc7064884d6db2453266a5 [diff] |
[crypto] Simplify DMEM interface for RSA. Now that we have a .bss directive for OTBN, there's no need to rely on indirect pointers or specific memory locations in RSA code. This also will make it easier to use the same underlying libraries for keygen and signing. Also includes a minor improvement to the OTBN testutils, so that we print the error bits if OTBN fails a test because it became locked. Signed-off-by: Jade Philipoom <jadep@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).