From fa37155920ac0df78c99b5bf1acc919b43bc1096 Mon Sep 17 00:00:00 2001 From: Leo Nash Date: Mon, 13 Oct 2025 15:31:27 +0000 Subject: [PATCH] Mark Rust-based implementation of VSS server as ready to use Also remove mentions of the Java-based implementation in the main README. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6990b88..d5f0bce 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,7 @@ See the [VSS API contract] for details. ### Implementation -> [!CAUTION] -> The Java-based implementation of VSS-server is now **deprecated**; please use the Rust-based VSS-server implementation instead. - -Currently, VSS-server has a deprecated Java-based implementation. Support for a Rust-based VSS-server is a work -in progress. +Currently, VSS-server has a Rust-based implementation and is ready to use. [VSS-rust-client] is a Rust-based client with support for client-side encryption, key obfuscation, retry mechanisms, and LNURL-auth. VSS is also integrated with [LDK-node] v0.4.x as alpha support.