decentralized-identity / bbs-signature

The BBS Signature Scheme
https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html
Apache License 2.0
79 stars 26 forks source link

Proof Length Floor Computation Inconsistency in Draft #322

Closed Wind4Greg closed 1 month ago

Wind4Greg commented 3 months ago

Spec error in section on ProofVerify we have proof_len_floor = 2 * octet_point_length + 4 * octet_scalar_length while in section octets to proof we have the correct computation: proof_len_floor = 3 * octet_point_length + 4 * octet_scalar_length.