i have a contract, i run cargo wasm to compile a contract then I deploy it to chain.
let’s pretend reverse engineering is impossible. I get that Secret Contracts makes privacy for smart contracts easier, but from the privacy of the code point of view, could someone pls indulge me on how different it is from the ready available methods outlined above?
Also, to keep the input and outputs secret, I take it that the contract’s input and output can only be en/decrypted by the contract user’s PK. Is this correct?