[][src]Module secp256k1zkp::pedersen

Structs

Commitment

A Pedersen commitment

CommitmentInternal

underling lib's representation of a commit, which is now a full 64 bytes

ProofInfo

Information about a valid proof after rewinding it.

ProofMessage

A message included in a range proof. The message is recoverable by rewinding a range proof passing in the same nonce that was used to originally create the range proof.

ProofRange

The range that was proven

RangeProof

A range proof. Typically much larger in memory that the above (~5k).