Skip to content
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

Use non-mocked Ed25519 crypto #318

Closed
1 of 2 tasks
ch1bo opened this issue Apr 20, 2022 · 2 comments · Fixed by #326
Closed
1 of 2 tasks

Use non-mocked Ed25519 crypto #318

ch1bo opened this issue Apr 20, 2022 · 2 comments · Fixed by #326
Labels
green 💚 Low complexity or well understood feature 💬 feature A feature on our roadmap
Milestone

Comments

@ch1bo
Copy link
Collaborator

ch1bo commented Apr 20, 2022

What & Why

As we have #193 only a bit later, we want to switch to using proper keys and signature scheme still using naiive multi-signatures consisting of a simple list of signatures.

We also want to measure how expensive it is to validate closeTx with n number of parties and using proper crypto. This will give us an estimate in how pressing using aggregated multi-signatures is.

Tasks

@ch1bo ch1bo added 💬 feature A feature on our roadmap green 💚 Low complexity or well understood feature labels Apr 20, 2022
@ch1bo ch1bo self-assigned this Apr 20, 2022
@abailly-iohk
Copy link
Contributor

Ironically enough, CloseTx is missing from our transaction costs benchmark so this issue would be a great motivator for adding it

@ch1bo
Copy link
Collaborator Author

ch1bo commented Apr 20, 2022

Added it into a rough tasks list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
green 💚 Low complexity or well understood feature 💬 feature A feature on our roadmap
Projects
None yet
2 participants