concrete-core 0.1.9

Concrete is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Documentation
1
2
3
4
5
6
build:
	RUSTFLAGS="-C target-cpu=native" cargo build --release
test:
	RUSTFLAGS="-C target-cpu=native" cargo test --release -- crypto_api
doc:
	RUSTDOCFLAGS="--html-in-header katex-header.html" cargo +nightly doc --no-deps --open