Module zebra_chain::sapling::commitment::pedersen_hashes

source ·
Expand description

Pedersen hash functions and helpers.

Functions§

  • I_i 🔒
    I_i
  • M_i 🔒
    The encoding function ⟨Mᵢ⟩
  • Pedersen Hash Function
  • “…an algebraic hash function with collision resistance (for fixed input length) derived from assumed hardness of the Discrete Logarithm Problem on the Jubjub curve.”
  • Construct a ‘windowed’ Pedersen commitment by reusing a Pederson hash construction, and adding a randomized point on the Jubjub curve.