commit | 5f99527297612c347034b75387d57ea7167f18e0 | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Tue Mar 23 14:28:03 2021 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Thu Mar 25 08:36:46 2021 -0700 |
tree | d93a6bff3332c55519a3621ef7b771dc5f343630 | |
parent | 9855d4bb1e0d6664c4a33882fd896c4ebabef02b [diff] |
[kmac] Define Application interface config This commit defines necessary config type and planned config values for upcoming application interface in kmac_pkg.sv. It has three config values per application port. - Mode: choose the KMAC algorithm among SHA3, cSHAKE, KMAC - PrefixMode: in cSHAKE, KMAC, determines whether the prefix coming from CSRs or compile-time parameter `Prefix` below. - Prefix: If `PrefixMode` is 1, then this constant is used as prefix in cSHAKE. 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 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).