commit 7fe7fdd791308c6494aaf3ad5f6621623905aa60
parent 9d416c1b7ad050ed86ac3d532db05098be086580
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 00:58:46 +0000
simplex_smp_crypto: update metadata
Diffstat:
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/crates/simplex_smp_crypto/Cargo.toml b/crates/simplex_smp_crypto/Cargo.toml
@@ -8,11 +8,11 @@ authors = [
]
rust-version.workspace = true
license.workspace = true
-description = "simplex messaging queue authorization and ratchet state for the radroots sdk"
+description = "SimpleX SMP queue authorization and ratchet cryptography"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/radroots_simplex_smp_crypto"
-readme.workspace = true
+readme = "README"
[features]
default = ["std"]
diff --git a/crates/simplex_smp_crypto/README b/crates/simplex_smp_crypto/README
@@ -0,0 +1,22 @@
+# radroots_simplex_smp_crypto
+
+This is the README for `radroots_simplex_smp_crypto`, which provides queue
+authorization and ratchet cryptography for the `radroots` core libraries.
+
+## Overview
+
+ * Ed25519 and X25519 key material, signature, and shared-secret helpers;
+ * padded and unpadded encryption helpers and secretbox chain support;
+ * ratchet header, role, and state types for SimpleX SMP sessions;
+ * X.509 conversion helpers and related nonce and authentication constants.
+
+## Copyright
+
+Except as otherwise noted, all files in the `radroots_simplex_smp_crypto`
+distribution are
+
+ Copyright (c) 2020-2026 Tyson Lupul
+
+For information on usage and redistribution, and for a DISCLAIMER OF ALL
+WARRANTIES, see LICENSE included in the `radroots_simplex_smp_crypto`
+distribution.