From 4aad363595c847d066611f8a789ec5afeed8659d Mon Sep 17 00:00:00 2001 From: Vasilis Kalos Date: Mon, 9 Dec 2024 11:04:11 +0200 Subject: [PATCH] add draft v7 history --- draft-irtf-cfrg-bbs-signatures.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/draft-irtf-cfrg-bbs-signatures.md b/draft-irtf-cfrg-bbs-signatures.md index c598f20a..a9447764 100644 --- a/draft-irtf-cfrg-bbs-signatures.md +++ b/draft-irtf-cfrg-bbs-signatures.md @@ -3325,6 +3325,14 @@ To sum up; in order to validate the proof, a Verifier checks that `h(Abar, PK) = * Renamed the pairing function from `e` to `h`, to avoid naming collisions with the scalar component of the signature. * Renamed `signature_dst`, `challenge_dst` and `domain_dst` to `hash_to_scalar_dst`. +-07 + +* Editorial fixes (nizk -> NIZK, clarified scalar multiplication in Notation Section). +* Removed "subject to change" warning on additional test vectors. +* Fixed proof deserialization error. +* Fixed order of inputs in `CoreSign` call. +* Fixed wrong inputs in `calculate_domain` call in `CoreSign` and `CoreVerify`. + Faster subgroup checks for BLS12-381