commit | edb63cf28c5012100fe8da0b071eaf597a7c0fb7 | [log] [tgz] |
---|---|---|
author | Felix Miller <felix.miller@gi-de.com> | Wed May 05 20:43:58 2021 +0200 |
committer | Felix Miller <mail@felix-miller.de> | Thu May 06 17:36:52 2021 +0200 |
tree | c908f2fa8ed51335b05fa61fdb15901e5d91274f | |
parent | e52441b3198f6ebdd000796a0523ad2a3b9ab772 [diff] |
[otbn] split P-384 lib This splits the P-384 lib into two assembly files: - a base lib containing the domain parameters and routines for point addition - a sign lib containing routines for signature generation and constant-time scalar point multiplication building up on the base lib. This is in preparation having independent P-384 binaries, one for signature generation and one for signature verification. 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).