commit | c42ce979847e37f7141b38e379032510591c221c | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Thu Aug 20 14:45:04 2020 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Wed Aug 26 14:51:27 2020 -0700 |
tree | c1be38d4308ec5493b99c78d89fad05c95476afe | |
parent | c0a497276cf37ab437eb22aafa5085eba1a4100e [diff] |
[Keccak] Keccak_f implementation This commit implements the full round of Keccak computation. It supports all configurations of Width from 25 to 1600 bits. The number of rounds is decided based on the given input width. For example, 800 bit Width runs 22 rounds. This implementation has the keccak states registers inside the module. So, it has the message feed interface to support SHA3/SHAKE. The input interface width is also configurable. But `Width`/`DInWidth` shall be integer. For instance, 50b `Width` case, the `DInWidth` can be 25b but not 27b. 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).