| title | Commitment Scheme |
|---|---|
| parent | Basic Building Blocks |
| has_children | true |
| nav_order | 1 |
A commitment scheme abstracts the notion of a “locked box”: the contents of the box are hidden (without the key), but can be opened in only one way. The two basic security properties of commitment scheme are hiding and binding. Loosly, hiding means that it is hard for adversary to tell aprat between two commitments to two separate messages. Binding roughly means that it is hard for adversary that is given a commitment to come up with an identical commitment that opens to a differnet message.