commit | 1185a53512b6b9f07a1f4a2eef5df556c4cc2bad | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Fri Feb 25 10:59:05 2022 -0800 |
committer | Eunchan Kim <me@eunchan.kim> | Fri Feb 25 17:17:57 2022 -0800 |
tree | ae82328cbb53130e6d519acba6822b2eab0700eb | |
parent | 6fc3a7e3ed651a54e5ad180714d66fa06bbca385 [diff] |
[kmac] Unsupported Mode Strength This commit adds a control knob to enable/ disable further process on ModeStrength error. In previous design, KMAC always proceeded with the error to support the KMAC512, cSHAKE512. Now, the error check module won't hand over the SW issued command if `en_unsupported_mode_strength` is cleared and unsupported mode and strength combination has been configured. Signed-off-by: Eunchan Kim <eunchan@opentitan.org>
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).