From 1f79c89cc7417a87cc4eaa05b244fd2d2947e54e Mon Sep 17 00:00:00 2001 From: Christopher Wood Date: Mon, 11 Jul 2022 15:20:02 -0400 Subject: [PATCH] Change log --- draft-irtf-cfrg-frost.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/draft-irtf-cfrg-frost.md b/draft-irtf-cfrg-frost.md index 1d262e6d..83dea377 100644 --- a/draft-irtf-cfrg-frost.md +++ b/draft-irtf-cfrg-frost.md @@ -119,13 +119,21 @@ from linear in the number of signers to constant, this draft does not specify th due to the malleability that this optimization introduces, as shown in {{StrongerSec22}}. Specifically, this optimization removes the guarantee that the set of signers that started round one of the protocol is the same set of signers that produced the signature output by -round two. +round two. Key generation for FROST signing is out of scope for this document. However, for completeness, key generation with a trusted dealer is specified in {{dep-dealer}}. ## Change Log +draft-06 + +- Make verification a per-ciphersuite functionality (#219) +- Use per-signer values of rho to mitigate protocol malleability (#217) +- Correct prime-order subgroup checks (#215, #211) +- Fix bug in ed25519 ciphersuite description (#205) +- Various editorial improvements (#208, #209, #210, #218) + draft-05 - Update test vectors to include version string (#202, #203)