NEWTON
Asked
5 months ago
100
views
0
This question has a bounty of $0.00 in testnet ETH. Answers to this question are eligible to win that bounty.
These are testnet contracts. Not real ETH.
$0.00
Hello guys, does one know how to modify keccak.cairo and/or packed_keccak.cairo to compute a 512bits keccak hash instead of 256 bits?
I'm following a paper that needs 256 bits collision resistance so i need 512 bit keccak.
There should only a few parameters to change but its quite hard to find them in the Cairo code
This question was originally posted on StarkNet Discord
This question is participating in Newton Bounties | Incentivized Test Program Every verified valid question gets $10 USDC (mainnet)
Newton
asked
5 months ago
There are no answers for this question yet
Want to give yours?
Is there a Cairo equivalent to Keccak256(abi.encode(parameters))?
why does keccak256 replace sha256 in warp?
Why does Starkware pedersen Hash Function split numbers in high and low bits
Is uint256 math operators like uint256_le safe? Why do I need to use uint256_check?
Cairo error: Unknown identifier 'bitwise_ptr' when using keccak
How do you optimize gas in Cairo with Uint256/felt?
Equivalent to Solidity's keccak256(abi.encodePacked())?
How do I create account using starknetjs?
Questions about useStarknetExecute. Do we update the transaction manager on our end? [StarkNet/Cairo]
Implementing the connect wallet. Can you help about connectors?
How can I verify a contract on starkscan or voyager after deploying the contract
Does anybody have an idea what is `get_caller_address` returning on an L1 handler call?
Which oracle service provider is StarkNet using?
How do I run a Pathfinder node?