Module ciphercore_base::custom_ops
source · Expand description
Structs
- A structure that stores a pointer to a custom operation.
- A structure that defines the custom operation Not that inverts elementwise a binary array or scalar (individual bit).
- A structure that defines the custom operation Or that is equivalent to the binary Or applied elementwise.
Traits
- A trait that must be implemented by any custom operation struct.