arcis-interpreter-proc-macros 0.11.1

Procedural macros for writing MPC circuits with Arcis framework.
Documentation

Crates.io Docs.rs

Developer Docs

When To Use

Don't depend on this crate directly. Use arcis, which re-exports the user-facing macros such as #[encrypted], #[encrypted_library], and #[instruction].

Reach for this crate only when working on the Arcis compiler itself or contributing to the procedural-macro surface.

See Also