Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 359 Bytes

File metadata and controls

7 lines (5 loc) · 359 Bytes

Architecture

  • zoro: The main crate that uses either curve implementation based on feature flags
  • zoro_miden_client: Communication with the Miden node.
  • zoro_primitives: Contains the Curve trait and a DummyCurve implementation
  • zoro_curve: Contains the proprietary ZoroCurve implementation (not published, kept private)