commit | 477c3c922bc0cfe8a4b7ed6b3d106f3304f56624 | [log] [tgz] |
---|---|---|
author | Michael Munday <mike.munday@lowrisc.org> | Thu May 06 23:02:48 2021 +0100 |
committer | Alex Bradbury <asb@asbradbury.org> | Tue May 11 13:26:55 2021 +0100 |
tree | f822459a668fc32f2fa12478fe3cd3cc698e4209 | |
parent | ca950b43a0e9ef5013b8e2e5de765bc34fb59b74 [diff] |
[sw, dif_kmac] Add SHAKE implementation (blocking only) Add support for SHAKE128 and SHAKE256 to the KMAC DIF. SHAKE is an XOF function so the output can be larger than the rate (r). When this occurs additional state needs to be generated using the 'run' command. This commit adds some simple SHAKE test cases to the KMAC DIF smoke test. More comprehensive testing will come later. 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).