1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

move mbedtls_sha3_family_functions out of public interface

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2023-05-29 22:07:06 +01:00
committed by Dave Rodgman
parent e627bef2f8
commit 9d7fa93e6c
2 changed files with 8 additions and 7 deletions

View File

@@ -55,13 +55,6 @@ typedef enum {
} mbedtls_sha3_id;
struct mbedtls_sha3_context;
typedef struct mbedtls_sha3_family_functions {
mbedtls_sha3_id id;
uint16_t r;
uint16_t olen;
}
mbedtls_sha3_family_functions;
/**
* \brief The SHA-3 context structure.