commit | d35dc6844d154cc66be12c4f4447b6e87200c1df | [log] [tgz] |
---|---|---|
author | Eunchan Kim <eunchan@opentitan.org> | Wed May 06 12:27:13 2020 -0700 |
committer | Eunchan Kim <eunchan@opentitan.org> | Mon Jul 27 10:53:45 2020 -0700 |
tree | 0a0b9c3f1686a698adc0db5a12125ae0659b4333 | |
parent | 663e858750332e7a5f2fcb4d9a1d60b88715fb24 [diff] |
[prim] Domain-Oriented Masking AND logic Implemeting GF(2) DOM AND logic to be used in hardend KMAC. It takes two cycle to get the correct result. the inputs a0, a1, b0, b1 should be valid for two cycles. z can be valid only the first cycle. reference: https://eprint.iacr.org/2017/395.pdf 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).