Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 187 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 187 Bytes

rusty-dtls

Implementation of DTLS 1.3.

Currently, only supports a PSK based handshake with AES128GCM_SHA256.

Provides a blocking and an async interface (enable feature async).