Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 763 Bytes

File metadata and controls

19 lines (18 loc) · 763 Bytes

Marking variables private does not mean that they cannot be read on-chain. Private data should not be stored unencrypted in contract code or state but instead stored encrypted or off-chain. (see here)


Slide Screenshot

016.jpg


Slide Text

  • Privacy of On-chain Data
  • private Variables != Cannot Read
  • Blockchain Txs & State
  • On-chain vs Off-chain
  • Private Data -> Encrypted Off-chain

References


Tags