From 2b6e08fcf2496c96e60542b19f51c9bb2eb7b376 Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Mon, 15 Jun 2026 10:16:26 +0200 Subject: [PATCH] Add Dfns TSS libs Signed-off-by: Denis Varlakov --- Github Page/tools.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Github Page/tools.json b/Github Page/tools.json index 21922b2..e1acb8c 100644 --- a/Github Page/tools.json +++ b/Github Page/tools.json @@ -386,5 +386,31 @@ ], "daml_sdk_version": null, "maintained_by": "5North" + }, + { + "name": "CGGMP24", + "maker": "Dfns & LFDT Lockness", + "type": "partner", + "category": "SDKs", + "desc": "Rust implementation of the CGGMP24 threshold ECDSA protocol, the signature scheme used by Canton Network. Supports distributed key generation and threshold signing with presignatures for t-of-n keys for wallet infrastructure and validator key custody.", + "links": [ + { "label": "Repo", "url": "https://github.com/LFDT-Lockness/cggmp21" }, + { "label": "crates.io", "url": "https://crates.io/crates/cggmp21" } + ], + "daml_sdk_version": null, + "maintained_by": "Dfns & LFDT Lockness" + }, + { + "name": "Givre", + "maker": "Dfns & LFDT Lockness", + "type": "partner", + "category": "SDKs", + "desc": "Rust implementation of threshold Schnorr / EdDSA signing, the signature scheme used by Canton Network. Supports distributed key generation and threshold signing with presignatures for t-of-n keys for wallet infrastructure and validator key custody.", + "links": [ + { "label": "Repo", "url": "https://github.com/LFDT-Lockness/givre" }, + { "label": "crates.io", "url": "https://crates.io/crates/givre" } + ], + "daml_sdk_version": null, + "maintained_by": "Dfns & LFDT Lockness" } ]