parasol_cpu 0.10.0

This crate contains the Parasol CPU, which runs programs over a mix of encrypted and plaintext data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod add;
mod and;
mod bitshift;
mod branch;
mod call_abi;
mod casting;
mod cmux;
mod comparisons;
mod dbg;
mod faults;
mod load_store;
mod mov;
mod mul;
mod neg;
mod not;
mod or;
mod sub;
mod xor;