cryptochill / tss-ecdsa-cli

An example usage as a standalone CLI of https://github.com/KZen-networks/multi-party-ecdsa library which is a Rust implementation of {t,n}-threshold ECDSA.
GNU General Public License v3.0
36 stars 11 forks source link

Feature/curv 0.9 #10

Open HRezaei opened 2 years ago

HRezaei commented 2 years ago

A major update in TSS CLI containing these changes:

  1. Upgrading to the latest version of kzen-curv=v0.9.0
  2. Adding support for EdDSA based on https://github.com/HRezaei/multi-party-eddsa/tree/feature/curv-0.9-examples
  3. An inline conversion code for converting the fragment files from the old format (kzen-curv=v0.7.0 ) to the new one which can be read by the curv v0.9.0 structs.