mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-10 21:12:46 +08:00

Hiding the structure of the cipher suite implementation allows for greater flexibility. To preserve maximum flexibility, the constructor is replaced by individual setter/getter functions. Convenience macros and or functions can be added later. Signed-off-by: Janos Follath <janos.follath@arm.com>