Expand description

Embedded commitments (commit-embed-verify scheme).

Traits

Trait for convolve-commit-verify scheme, where some data structure (named container) may commit to existing message using supplement and producing final commitment value. The commitment can’t be use to restore original message, however the fact of the commitment may be deterministically verified when the message and the proof are revealed.

Trait for embed-commit-verify scheme, where some data structure (named container) may commit to existing message (producing commitment data structure and a proof) in such way that the original message can’t be restored from the commitment, however the fact of the commitment may be deterministically verified when the message and the proof are revealed.