commit | 53721b5ef9d7c655a5f9934ba7e08ccba17c8250 | [log] [tgz] |
---|---|---|
author | Felix Miller <felix.miller@gi-de.com> | Thu Feb 18 02:48:15 2021 +0100 |
committer | Felix Miller <mail@felix-miller.de> | Wed Mar 03 13:11:14 2021 +0100 |
tree | f7550269b56222e524eeb18f34ce46faf7de0731 | |
parent | 6cc5c164ba96d339f06cbcede0d17d2c96ce3c05 [diff] |
[otbn] add optimized 384 bit Barrett mult for P-384 Adds a variant for the 384 bit Barrett redcution based modular multiplication algorithm optimized for and limited to the NIST P-384 curve. Differences to generic version: - The multiplication sequences are inline to reduce move instructions and enbale different configurations for the multiplications - Use optimized multiplication sequences exploiting the special form of the P-384 modulus - Only a single conditional subtract of the modulus at the end 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).