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

Use look-up table for base

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2023-06-24 12:51:06 +01:00
parent 0ffb68ee3f
commit de3de773e6
4 changed files with 211 additions and 99 deletions

View File

@@ -135,6 +135,8 @@ extern const mbedtls_cipher_definition_t mbedtls_cipher_definitions[];
extern int mbedtls_cipher_supported[];
extern const mbedtls_cipher_base_t * mbedtls_cipher_base_lookup_table[];
#ifdef __cplusplus
}
#endif