commit | dbef949bca43f5d34aa4d6b82fd71f25c40e7b4f | [log] [tgz] |
---|---|---|
author | Felix Miller <felix.miller@gi-de.com> | Mon Nov 02 02:18:04 2020 +0100 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Mon Nov 02 09:14:19 2020 +0000 |
tree | 0d88df1c1580ee5afc299e7db9d076fdab729281 | |
parent | 8f31e6f9e9d8982c00731ba6543d0ebfd1ffa63a [diff] |
[otbn] unify montmul routines in modexp This unfiies the three Montgomery multiplication subroutine montmul_sqr, montmul_exp and montmul in a single one. This is related to #3776. 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).