Is there any zk friendly hash algorithm in func? (like MiMCSponge)
from Nicolas Maissouradze

Hello, is there any zk friendly hash algorithm in func? (like MiMCSponge)
Or maybe a way to generate it with circom and snarkjs? I know it supports solidity for now.
Thanks!

šŸ”— Answer on TON Overflow

Feb 1, 2023, 11:30 AM
Equivalent of solidity constructor in Func ?
from Nicolas Maissouradze

Hello, how to initialize smart contract data when creating it?
I am looking for an equivalent of the solidity constructor which takes parameters when deploying smart contract and then saves them.
Or should it be handled differently? For example use an op.
Thanks!

šŸ”— Answer on TON Overflow
How to declare the string type?
from Nicolas Maissouradze

Hello!
In solidity, there is the bytes32 type for that. How can I declare a string in func?
For example, string text = "abc";
Thank you!

šŸ”— Answer on TON Overflow
Feb 1, 2023, 12:09 PM

Ā© 2024 Draquery.com All rights reserved.