Module secp256k1zkp::pedersen

source ·
Expand description

Structs§

  • A Pedersen commitment
  • underling lib’s representation of a commit, which is now a full 64 bytes
  • Information about a valid proof after rewinding it.
  • 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.
  • The range that was proven
  • A range proof. Typically much larger in memory that the above (~5k).