Peter Blockmanpeterblockman.hashnode.net路Nov 8, 2022Cairo: compute Pedersen hash of an array of felts challengeIntroduction Cairo provides a built-in hash2 function to calculate the Pedersen hash of two felts. In this challenge, we will recursively compute the hash of an array of felts. The challenge ex_hash_chain.cairo // Task: // Develop a function that is...Discuss路55 readspedersen-hash
Peter Blockmanpeterblockman.hashnode.net路Nov 8, 2022Cairo: compute Pedersen hash of an array of felts challengeIntroduction Cairo provides a built-in hash2 function to calculate the Pedersen hash of two felts. In this challenge, we will recursively compute the hash of an array of felts. The challenge ex_hash_chain.cairo // Task: // Develop a function that is...Discuss路55 readspedersen-hash