Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 48 commits into
base: master
Choose a base branch
from

Conversation

aeroxy
Copy link

@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