lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

README (813B)


      1 # radroots_simplex_smp_transport
      2 
      3 This is the README for `radroots_simplex_smp_transport`, which defines SMP
      4 transport framing and TLS handshake policy for the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * request, response, and executor traits for SimpleX SMP command transport;
      9  * padded transport block encoding and decoding helpers and related constants;
     10  * TLS hello, server proof, evidence, and policy validation models;
     11  * an optional `std` client transport built on `rustls` for active network use.
     12 
     13 ## Copyright
     14 
     15 Except as otherwise noted, all files in the `radroots_simplex_smp_transport`
     16 distribution are
     17 
     18  Copyright (c) 2020-2026 Tyson Lupul
     19 
     20 For information on usage and redistribution, and for a DISCLAIMER OF ALL
     21 WARRANTIES, see LICENSE included in the `radroots_simplex_smp_transport`
     22 distribution.