4.9.0-rc1
ecdh: new example demonstrating ECDH shared secret derivation

- Introduced a new example utilizing the
TEE_ALG_ECDH_DERIVE_SHARED_SECRET algorithm.
- This example demonstrates how to establish a shared secret using
Elliptic Curve Diffie-Hellman (ECDH).
- Provides a reference for secure key exchange and cryptographic
operations with ECDH in OP-TEE.

Signed-off-by: Amey Avinash Raghatate <ameyavinash.raghatate@amd.com>
Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
11 files changed
tree: 5bd8fe519c358831ebb7d3ef091a6d0674a4aeb6
  1. .github/
  2. acipher/
  3. aes/
  4. ecdh/
  5. ecdsa/
  6. hello_world/
  7. hotp/
  8. plugins/
  9. random/
  10. secure_storage/
  11. sha/
  12. sign_verify/
  13. .gitignore
  14. Android.mk
  15. CMakeLists.txt
  16. CMakeToolchain.txt
  17. LICENSE
  18. Makefile
  19. README.md
README.md

OP-TEE Sample Applications

This git contains source code for sample host and Trusted Application that can be used directly in the OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_examples.

// OP-TEE core maintainers