Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 386 Bytes

LibHuff

optimized huff snippets

Structure

src
├── libcontrol.huff         // control flow utilities
├── libreentrancy.huff      // reentrancy guard
└── libtransfer.huff        // transfer utilities

TODO:

  • add more libs
  • add stack-based conditions in libcontrol
  • add function-level reentrancy checks
  • add transferFrom utility
  • write tests