Files
esp-idf/components/mbedtls/port/include/esp32s2/sha.h
harshal.patil 7d8211bf87 feat(mbedtls): Support both SHA block and DMA modes during runtime
Dynamically switch the SHA operation modes based on the buffer operating length
2025-02-04 16:49:30 +05:30

12 lines
236 B
C

/*
* SPDX-FileCopyrightText: 2019-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "sha/sha_core.h"
#warning esp32s2/sha.h is deprecated, please use sha/sha_core.h instead