Skip to content

frost-core v1.0.0

Compare
Choose a tag to compare
@conradoplg conradoplg released this 19 Feb 19:58
· 74 commits to main since this release
d048057
  • Exposed the SigningKey::from_scalar() and to_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 for VerifirableSecretSharingCommitment and
    CoefficientCommitment.