Closed oxarbitrage closed 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.
Scalar
AffinePoint
FrostSignature
In order to remove the usage of primitive types (
Scalar
,AffinePoint
, etc) from the messages and use frost types everywhere i added a newFrostSignature
that can represent a participant signature or a Schnorr signature.