README (784B)
1 # radroots_simplex_smp_crypto 2 3 This is the README for `radroots_simplex_smp_crypto`, which provides queue 4 authorization and ratchet cryptography for the `radroots` core libraries. 5 6 ## Overview 7 8 * Ed25519 and X25519 key material, signature, and shared-secret helpers; 9 * padded and unpadded encryption helpers and secretbox chain support; 10 * ratchet header, role, and state types for SimpleX SMP sessions; 11 * X.509 conversion helpers and related nonce and authentication constants. 12 13 ## Copyright 14 15 Except as otherwise noted, all files in the `radroots_simplex_smp_crypto` 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_crypto` 22 distribution.