Improve current rustls::crypto::tls13::Hkdf
implementation
#7
Labels
enhancement
New feature or request
rustls::crypto::tls13::Hkdf
implementation
#7
Current implementation of
rustls::crypto::tls13::Hkdf
is done throughrustls::crypto::tls13::HkdfUsingHmac
withrustls_mbedcrypto_provider::hmac::Hmac
, which is not efficient.Need to use
mbedtls
offerred hkdf functions instead. See: https://github.com/fortanix/rust-mbedtls/blob/main/mbedtls-sys/vendor/include/mbedtls/hkdf.hThe text was updated successfully, but these errors were encountered: