Skip to content

Instantly share code, notes, and snippets.

View onspeedhp's full-sized avatar
😗
DM me

Lê Khắc Châu onspeedhp

😗
DM me
View GitHub Profile
@onspeedhp
onspeedhp / assignment_implementation.patch
Created September 30, 2025 17:53
Fellowship Git Patch
This file has been truncated, but you can view the full file.
From 72dfb24c0a474c7daa86067006fd0d9c77c01495 Mon Sep 17 00:00:00 2001
From: onspeedhp <chaukhac4@gmail.com>
Date: Thu, 11 Sep 2025 15:11:58 +0700
Subject: [PATCH 01/24] Refactor and enhance the Solana MPC TSS library.
Updated package name and version in Cargo.toml, added comprehensive error
handling in error.rs, and implemented multiple endpoints for keypair
generation, signing, and verification in main.rs. Removed unused
serialization and TSS modules. Improved project structure and documentation.
---