Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Pedersen commitment scheme is a commitment scheme in the Diffie-Hellman universe. It is a two round protocol which works as follows. Inputs: A

The Pedersen commitment scheme is a commitment scheme in the

The Pedersen commitment scheme is a commitment scheme in the "Diffie-Hellman universe". It is a two round protocol which works as follows. Inputs: A has an exponent m as input; B has no input. 1. B A: B chooses g~ G and a $ and sends (g, h) to A where h = g. 2. AB: A chooses r~ $ and sends z = g.h" to B. Decommitment and Output: To decommit, A sends (m, r) to B. On receiving (m, r), B checks that gh" = 2, the value sent in Round 2. If so, B outputs m, otherwise L. Problem 3. Do both of the following. (a) Prove that the Pedersen commitment is hiding. (b) Consider now the predicament of an adversarial A* upon receiving B's message h. Show that if A* is able to produce a z E G and two distinct decommitments (m, r1) and (m2, 72) which are both accepted by B (i.e. both which cause B to output m, rather than 1), then A* can output x. In other words, show that if A* is able to break hiding of the Pedersen commitment, then A* can solve the discrete log problem. Go to Settin

Step by Step Solution

There are 3 Steps involved in it

Step: 1

a Proof that the Pedersen commitment is hiding The Pedersen commitment is hiding because it is impossible to compute the committed value from the commitment without knowing the blinding factorThe comm... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Linear Algebra A Modern Introduction

Authors: David Poole

3rd edition

9781133169574 , 978-0538735452

More Books

Students also viewed these Computer Network questions

Question

What is one of the skills required for independent learning?Explain

Answered: 1 week ago