From 22ab16df974a32d6a28f64f74fb760e3e9d3e91d Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Fri, 7 Nov 2025 16:53:30 -0500 Subject: [PATCH] Correction about how to get interface files. --- wolfcrypt/src/port/st/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/port/st/README.md b/wolfcrypt/src/port/st/README.md index 62d976ad4..1dae1036f 100644 --- a/wolfcrypt/src/port/st/README.md +++ b/wolfcrypt/src/port/st/README.md @@ -9,7 +9,7 @@ Support for the STM32 PKA on WB55, H7, MP13 and other devices with on-board public-key acceleration: - ECC192/ECC224/ECC256/ECC384 -Support for the STSAFE-A100 crypto hardware accelerator co-processor via I2C for ECC supporting NIST or Brainpool 256-bit and 384-bit curves. It requires the ST-Safe SDK including wolf stsafe_interface.c/.h files. Please contact ST for these. +Support for the STSAFE-A100 crypto hardware accelerator co-processor via I2C for ECC supporting NIST or Brainpool 256-bit and 384-bit curves. It requires the ST-Safe SDK including wolfSSL's `stsafe_interface.c/.h` files. Please contact us at support@wolfssl.com to get this code. For details see our [wolfSSL ST](https://www.wolfssl.com/docs/stm32/) page.