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
all: ../../test_data/auction

clean:
	$(RM) ../../test_data/auction

../../test_data/auction: auction.c
	$(LLVM_DIR)/bin/clang -O2 -target parasol -o ../../test_data/auction auction.c