commit | 9defc77cdd773984bbacf96e437553301763c97d | [log] [tgz] |
---|---|---|
author | Jade Philipoom <jadep@google.com> | Wed Feb 16 10:17:07 2022 +0000 |
committer | Felix Miller <mail@felix-miller.de> | Mon Feb 28 21:08:57 2022 +0100 |
tree | 76f559ec82bae8a78fea0b9458557f4427faa86a | |
parent | 1f3a0e5f53bc61896274ab5b2d60f4b4d65b512c [diff] |
[sw,otbn] Add OTBN code snippet for P-384 Solinas reduce. Adds a small code snippet demonstrating Solinas modular reduction algorithm for P-384. This implementation takes 86 cycles for a modular multiplication and full reduction, or 46 cycles for a modular reduction alone. It compares favorably to a generic Barrett implementation, which takes 150 cycles for multiplication and reduction (1.76x speedup) and 110 for a reduction alone (2.39x speedup). 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).