commit | 282e009e9b1810b839f6596401ae5a0eebefc19e | [log] [tgz] |
---|---|---|
author | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Mon Jan 25 15:44:08 2021 +0000 |
committer | Silvestrs Timofejevs <silvestrst@lowrisc.org> | Thu Jan 28 09:59:16 2021 +0000 |
tree | ba822b4247aa4e9d2ab8b6db1cc3dcb3645c7ae1 | |
parent | 268692c5b6afcf51d5146be6c024aa4760ede4a6 [diff] |
[sw, dif] Introduce AES smoke test This change introduces an AES smoke test that is refactored copy of `sw/device/tests/aes_test.c` to use `dif_aes`. The original test has not been removed (should be done by the SCA/HW team) in case there is need to compare performance between two, etc... Due to C strict aliasing u8 pointers cannot be freely cast into u32 pointers, which makes the API somewhat cumbersome to use (see `in_data`, `out_data` and `key_share` packing through memcpy). Signed-off-by: Silvestrs Timofejevs <silvestrst@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 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).