ZcashFoundation / redjubjub

A minimal RedJubjub implementation for use in Zebra.
Other
28 stars 21 forks source link

Add `SignatureResponse` type #107

Closed oxarbitrage closed 3 years ago

oxarbitrage commented 3 years ago

In order to remove the usage of primitive types (Scalar, AffinePoint, etc) from the messages and use frost types everywhere i added a new FrostSignature that can represent a participant signature or a Schnorr signature.