moonbitstack/moontls/ext does not have a README file
fn cookie(value : BytesView) -> Byteslet ecdsa_secp256r1_sha256 : Intfn read_cookie(view : BytesView) -> Bytes?fn read_selected_share(view : BytesView) -> (Int, Bytes)?fn read_selected_version(view : BytesView) -> Int?fn read_share(view : BytesView) -> (Int, Bytes, Int)?let rsa_pss_rsae_sha256 : Intfn selected_share(group : Int, key : BytesView) -> Bytesfn selected_version(version : Int) -> Bytesfn share(group : Int, key : BytesView) -> Byteslet version_13 : IntInstall
Download zipmoontls — the TLS 1.3 protocol state machine for MoonBit (RFC 8446) and DTLS 1.3 over datagrams (RFC 9147): record layers, handshake, key schedule and DTLS-SRTP keying, bytes in and events out. No sockets, no cryptography of its own.
Dependencies