commit | 8f31e6f9e9d8982c00731ba6543d0ebfd1ffa63a | [log] [tgz] |
---|---|---|
author | Felix Miller <felix.miller@gi-de.com> | Mon Nov 02 01:56:43 2020 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Nov 02 09:14:19 2020 +0000 |
tree | 0f0319d2cb3274c3ea0d55c1ffa5e5fc7989d792 | |
parent | 5968b2253b99e0f3fe88ab12512c8ea5c602e4e3 [diff] |
[otbn] change calling convention for modexp Gets rid of the clunky calling convention with the four descriptors. Expects the following layout in the 1st dmem cell now: [p_out|p_exp|p_in|p_m|p_rr|p_m0d|N|reserved] 2nd dmem cell is reserved for future use (blinding parameters). Signed-off-by: Felix Miller <felix.miller@gi-de.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 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).