pub type Runtime = GenericRuntime<(), ()>;Expand description
A type containing the Runtime::new_* constructor methods to create
the appropriate runtime:
Runtime::new_fheconstructs anFheRuntimecapable of performing FHE-related tasks, but not ZKP tasks.Runtime::new_zkpconstructs aZkpRuntimecapable of performing ZKP tasks, but not FHE.Runtime::new_fhe_zkpconstructs aFheZkpRuntimethat can do both.
Aliased Typeยง
struct Runtime { /* private fields */ }