Expand description
This crate contains macros to support the sunscreen compiler.
Attribute Macros§
- fhe_
program - Specifies a function to be an
fhe_program. Anfhe_programhas any number of inputs that impl theFheTypetrait and returns either a single type implementingFheTypeor a tuple of types implementingFheType. - zkp_
program - Specifies a function to be a ZKP program. TODO: docs.
Derive Macros§
- Type
Name - Allows you to
#[derive(Typename)].