mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-12-04 22:23:43 -05:00
Make initial public release
This commit is contained in:
commit
715de60f4a
251 changed files with 881225 additions and 0 deletions
8
hw/application_fpga/tools/tpt/README.md
Normal file
8
hw/application_fpga/tools/tpt/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Tillitis Key Provisioning Tool
|
||||
|
||||
## Introduction
|
||||
Tillis Key Provisioning Tool (tpt) is a program for generating the 32 byte Unique Device Secret (UDS). The tool will also generate the 8 byte Unique Device Identity. Both the UDS and the UDI are injected into the FPGA bitstream file during build.
|
||||
|
||||
The UDS is generated using HKDF (RFC 5869), and the user is expected to supply a secret as part of the input to the HKDF Extract operation. The Input Keying Material is generated by extracting 256 bytes using the Python secrets module.
|
||||
|
||||
The tool uses [python-hkdf](https://github.com/casebeer/python-hkdf).
|
||||
Loading…
Add table
Add a link
Reference in a new issue