commit | 35b088540617fc17a3c215d529bb116e8433881f | [log] [tgz] |
---|---|---|
author | Jade Philipoom <jadep@google.com> | Wed Sep 28 10:09:08 2022 +0200 |
committer | jadephilipoom <jadep@google.com> | Wed Oct 12 09:06:23 2022 -0400 |
tree | 36415d786982bdf474dc02ba627c533418a9a352 | |
parent | 380178dc3ac3bbf79e4e605b732e599c3f46fa1e [diff] |
[crypto] Adjust P-256 implementations to handle masked values. Previously, the P-256 implementation on OTBN sometimes handled secret values directly, only masking them within scalar multiplication. Now both the secret scalar k and the private key d are always handled in two shares (although to minimize the size of the change many tests still populate only one share). 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).