Function starknet_crypto::pedersen_hash
source · 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 coordinatey
: The y coordinate