This repository contains one of Application Notes for OPTIGA™ Trust X security chip.
- You can find step-by-step get started guide on the Wiki page of the project
- You can find more information about the security chip in the core repository
- You can find other Application Notes in the respective repository
In this guide you may find the following steps:
- How to import this project into the DAVE™ IDE
- How to build the software and flash the development board (described below)
- How to debug and run examples for all Tool Box functions, nameley:
- sign message (ECDSA)
- verifiy the ECDSA signature
- calculate SHA-256 hash
- generate public private key pair (NIST P256/P384)
- calculate shared secret (ECDH)
- derive a key (TLS PRF with SHA-256)
- This get started guide uses the OPTIGA™ Trust X evaluation and demonstration kit
- This get started guide uses DAVE™ IDE as a reference software development platform
- You need a Windows OS in order to follow this guide
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details