frost-core v1.0.0
conradoplg
released this
19 Feb 19:58
·
74 commits
to main
since this release
- Exposed the
SigningKey::from_scalar()
andto_scalar()
methods. This
helps interoperability with other implementations. - Exposed the
SigningNonces::from_nonces()
method to allow it to be
deserialized. - Fixed bug that prevented deserialization with in some cases (e.g. JSON
containing escape codes). - Added
new()
methods forVerifirableSecretSharingCommitment
and
CoefficientCommitment
.