Skip to content

VKEM Improvements#957

Open
Daeinar wants to merge 6 commits into
mainfrom
vkem-improvements
Open

VKEM Improvements#957
Daeinar wants to merge 6 commits into
mainfrom
vkem-improvements

Conversation

@Daeinar

@Daeinar Daeinar commented May 6, 2026

Copy link
Copy Markdown
Collaborator

Introduces batch proving of the auditor decryption handles to make the consistency proof for the verifiable key encapsulation mechanism independent of the number of auditors and thus the proof constant-size.

@Daeinar Daeinar self-assigned this May 6, 2026
@Daeinar Daeinar requested review from benr-ml and jonas-lj May 19, 2026 08:24
///
/// Round 1: Sample a_i, b_i and send the round-1 commitments a1[i] = a_i * G + b_i * H (Pedersen) and
/// a2[i] = b_i * G (key recombination).
/// Round 2: Compute m batching scalars rho = challenge_rho(statement).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

currently we compute hash_to_group(hash(...)) per rho_j
can we just use hash_to_group(hash(...))^j? would be cheaper to compute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants