Remove borsh from dkg

It pulls in a lot of bespoke dependencies for little utility directly present.

Moves the necessary code into the processor.
This commit is contained in:
Luke Parker
2025-09-27 02:07:18 -04:00
parent 3512b3832d
commit 08f6af8bb9
6 changed files with 107 additions and 43 deletions

1
Cargo.lock generated
View File

@@ -2435,7 +2435,6 @@ dependencies = [
name = "dkg"
version = "0.6.1"
dependencies = [
"borsh",
"ciphersuite 0.4.2",
"std-shims 0.1.5",
"thiserror 2.0.16",