drogue-iot / embedded-tls

An Rust TLS 1.3 implementation for embedded devices.
Apache License 2.0
172 stars 22 forks source link

Clean up #83

Closed bugadani closed 1 year ago

bugadani commented 1 year ago

This PR extracts some common code from the async and blocking implementations, and includes some additional cleanup like using a single type parameter for KeySchedule.