Expand description
This crate contains macros to support the sunscreen compiler.
Attribute Macros§
- fhe_
program - Specifies a function to be an
fhe_program
. Anfhe_program
has any number of inputs that impl theFheType
trait and returns either a single type implementingFheType
or 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)]
.