You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
withn
number of parties and using proper crypto. This will give us an estimate in how pressing using aggregated multi-signatures is.Tasks
Hydra.Crypto
module which uses ed25519 signatures and use it everywhere #326The text was updated successfully, but these errors were encountered: