commit | 87285a2db401b932579a44b43d9691a8d04768b8 | [log] [tgz] |
---|---|---|
author | Udi Jonnalagadda <udij@google.com> | Thu Feb 18 15:57:05 2021 -0800 |
committer | udinator <udij@google.com> | Mon Feb 22 10:36:43 2021 -0800 |
tree | 0f376f81a957a44ea3b74015a828c763c5161418 | |
parent | 6a0baac71378994feca7154c19dac66b0aef3998 [diff] |
[rtl/kmac] fix `right_encode(output_len)` for KDF this PR fixes the output length encoding that is padded by the kmac_keymgr module. The values should be exactly the same as the encoded keylength in kmac_core.sv, except the byte that contains the byte-length of the encoded value should be in the MSB position for right encoding instead of in the LSB position for left encoding. Signed-off-by: Udi Jonnalagadda <udij@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).