Crate ciphercore_base
source · [−]Expand description
TODO: high-level library documentation
Modules
Examples of computation graphs for several non-trivial tasks
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.