rustls doesn't have its own implementation of cryptography, you have to choose a provider like openssl or aws lc
Or rustcrypto. Rustls is a TLS layer that can wrap any cryptography layer providing the necessary primitives.
Or rustcrypto. Rustls is a TLS layer that can wrap any cryptography layer providing the necessary primitives.