Expand description

TODO: high-level library documentation

Modules

Examples of computation graphs for several non-trivial tasks

Structs and traits necessary to implement custom operations. A custom operation can be thought of as a polymorphic function, i.e., where the number of inputs and their types can vary. Two basic examples of custom operations are provided: Not and Or.

Types used within CipherCore and related functions.

Definition of the Value struct and related functions, which handle data values within CipherCore.

Crucial structs, enums, functions and types to create computation graphs.

Implementation of several custom operations. A custom operation can be thought of as a polymorphic function, i.e., where the number of inputs and their types can vary.