Charm Package StructureΒΆ

Recent changes to the Charm infrastructure in 0.42b may break your existing scheme implementations:

  • charm/
    • adapters/ : charm.adapters pkg

    • core/ : charm.core

      • benchmark/ : charm.core.benchmark

      • crypto/ : charm.core.crypto : base modules

      • engine/ : charm.core.engine : protocol engine core modules

      • math/ : charm.core.math

        • elliptic_curve/ : charm.core.math.elliptic_curve
        • integer/ : charm.core.math.integer
        • pairing/ : charm.core.math.pairing
        • utilities/ : charm.core.math.utilities
    • schemes/ : charm.schemes

    • test/ : charm.test

    • toolbox/ charm.toolbox

    • zkp_compiler/ : charm.zkp_compiler

Previous topic

Charm for Android

Next topic

Demonstration Schemes

This Page