7d8211bf87
Dynamically switch the SHA operation modes based on the buffer operating length
10 lines
163 B
C
10 lines
163 B
C
/*
|
|
* SPDX-FileCopyrightText: 2022-2024 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "sha/sha_core.h"
|