commit | 001b8e236d90c0f6ed5df0101befc29caf62e139 | [log] [tgz] |
---|---|---|
author | Michael Munday <mike.munday@lowrisc.org> | Thu May 13 23:30:53 2021 +0100 |
committer | moidx <migue48@gmail.com> | Tue May 18 15:42:04 2021 -0700 |
tree | d56f1ee99fd9f436087b3eb097bed8a3d07150fa | |
parent | 728b687463fb3abc9a194d464d393ef3fecc3286 [diff] |
[sw, dif_kmac] Add implementation of cSHAKE (blocking only) In addition to implementing cSHAKE his change modifies two parts of the API: 1. A length field is added to the function name and customization string structs. This avoids having to decode the buffered value to get its length in order to copy it. 2. The order of the parameters of the cSHAKE start function is modified slightly to make it more consistent with the specification. Signed-off-by: Michael Munday <mike.munday@lowrisc.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).