Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 264 Bytes

File metadata and controls

6 lines (5 loc) · 264 Bytes

Avoiding common attacks:

  • No loops
  • Use OpenZeppelin battle tested libraries for the Ownable piece.
  • zk-snarks - currently using G16 provinf scheme which is subject to maleability. Use to make it easy to use without requiring libsnark.
  • No re-intrant code