taurushq-io / multi-party-sig

Implementation of protocols for threshold signatures
Apache License 2.0
311 stars 120 forks source link

Convert z to Z to be able to marshal and unmarshal the frost Signature. #95

Closed ThantZin-develope closed 1 year ago

ThantZin-develope commented 1 year ago

frost Signature do not have marshal and unmarshal functions while ecdsa Signature have. So, marked z scalar to be public field of Signature for the custom marshal and unmarshalling.