Skip to content

[WIP] Recreate the tss lib in rust with the help of LLMs#314

Open
aeroxy wants to merge 48 commits into
bnb-chain:masterfrom
aeroxy:feat/aider-gpt-4o
Open

[WIP] Recreate the tss lib in rust with the help of LLMs#314
aeroxy wants to merge 48 commits into
bnb-chain:masterfrom
aeroxy:feat/aider-gpt-4o

Conversation

@aeroxy
Copy link
Copy Markdown

@aeroxy aeroxy commented Apr 19, 2025

No description provided.

aeroxy added 30 commits April 19, 2025 17:32
aeroxy added 18 commits April 19, 2025 18:38
Removes TssParty and TssRound trait implementations from keygen components
due to fundamental incompatibilities discovered during integration attempts.

Introduces a keygen-specific  trait and a  struct
within  to manage common state (params, data, channels, etc.)
and round transitions independently of the core  traits.

Also includes:
- Definition of  enum for specific error handling.
- Updates to message structs to implement .
- Replacement of ECDSA/Paillier placeholders with EdDSA/VSS/Schnorr types/placeholders.
- Updates to  for EdDSA.
- Implementation of  for .
- General import fixes and module structure adjustments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant