Implementation of DTLS 1.3 (RFC 9147) inspired by tinydtls.
Currently, only supports a PSK based handshake with AES128GCM_SHA256 or AES256GCM_SHA384, and secp256r1.
Provides a blocking and an async interface (enable feature async).
Does work without a standard library or allocator.