stellar / slingshot

A new blockchain architecture under active development, with a strong focus on scalability, privacy and safety
Apache License 2.0
415 stars 61 forks source link

schnorr: 64-byte binary serialization for signature #348

Closed oleganza closed 5 years ago

oleganza commented 5 years ago

Signature (R,s) is currently serialized as a struct instead of a more compact 64-byte string. See keytree::serialization for an example how to do it.

oleganza commented 5 years ago

Oops, this was already done.