ZenGo-X / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
966 stars 309 forks source link

add some documentation for signing non-textual messages #122

Closed MatanHamilis closed 3 years ago

MatanHamilis commented 3 years ago

Due to some misunderstandings just added some lines to the README on how to properly sign with the demo some non-textual messages.