commit | dc81618900cf069065c2d62b9863f52ce3a30cc1 | [log] [tgz] |
---|---|---|
author | Cindy Chen <chencindy@google.com> | Fri Feb 19 15:39:27 2021 -0800 |
committer | cindychip <cindy.chen0316@gmail.com> | Fri Feb 19 18:45:59 2021 -0800 |
tree | 5d1b99924a63ed43f0c6fe675928cced07026168 | |
parent | da31645425ab1f28ad3670542395d3342f1327d0 [diff] |
[dv/hmac] Fix hmac vector parsing This PR fixes the regression failure on hmac NIST vector parsing. The hmac vector does not have `KeyLen` keyword, but still has `Key`. The current parsing logic will set the key to 0 in this case. Also hmac NIST vector does not need to reserve key input, but kmac vectors needs to. So this PR adds a flag for user to decide if they want the key to be reserved. Signed-off-by: Cindy Chen <chencindy@google.com>
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).