commit | fa37c14f850551fa308e13930345a82f4b8372f3 | [log] [tgz] |
---|---|---|
author | Felix Miller <felix.miller@gi-de.com> | Wed May 05 22:05:52 2021 +0200 |
committer | Felix Miller <mail@felix-miller.de> | Thu May 06 17:36:52 2021 +0200 |
tree | aea9b26776e1840a750b15e8323afcd3af68cab7 | |
parent | edb63cf28c5012100fe8da0b071eaf597a7c0fb7 [diff] |
[otbn] add P-384 ECDSA signature verification Adds ECDSA signature verification algorithm for curve P-384 as a dedicated lib. The implemention is variable-time and is independent from the scalar multiplication and inversion routines of the signing lib. However, depends on point addition routines from the P-384 base lib. 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 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).