pub fn pedersen_hash(x: &FieldElement, y: &FieldElement) -> FieldElement
Expand description

Computes the Starkware version of the Pedersen hash of x and y. All inputs are little-endian.

§Arguments

  • x: The x coordinate
  • y: The y coordinate