Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You and your friend who lives far away want to fairly and randomly select which of the two of you will travel to the other's
You and your friend who lives far away want to fairly and randomly select which of the two of you will travel to the other's home for a visit. Your friend remembers having learned about using hashes as cryptographic commitments and proposes to use a coin toss to decide. He tells you to randomly choose 'heads' or 'tails' by throwing a coin, hash the result using sha256, and send him the hash. Once you have committed to the outcome, he'll guess 'heads' or 'tails', you'll reveal to him your choice and he can verify that the hash is correct. If his choice matches your coin toss, then your friend wins and you have to make the trip. What is the problem with this scheme, as described? there's no way to prove that your coin toss is random there's no way to prove that sha256 is collision resistant your friend can hash all possible options and discover your secret unless you sign the hash message your friend can't be sure it was you who sent it You and your friend who lives far away want to fairly and randomly select which of the two of you will travel to the other's home for a visit. Your friend remembers having learned about using hashes as cryptographic commitments and proposes to use a coin toss to decide. He tells you to randomly choose 'heads' or 'tails' by throwing a coin, hash the result using sha256, and send him the hash. Once you have committed to the outcome, he'll guess 'heads' or 'tails', you'll reveal to him your choice and he can verify that the hash is correct. If his choice matches your coin toss, then your friend wins and you have to make the trip. What is the problem with this scheme, as described? there's no way to prove that your coin toss is random there's no way to prove that sha256 is collision resistant your friend can hash all possible options and discover your secret unless you sign the hash message your friend can't be sure it was you who sent it
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started