fhe 0.1.0-beta.8

Fully Homomorphic Encryption in Rust
Documentation
1
2
3
4
5
6
7
use std::io::Result;

fn main() -> Result<()> {
    // Generate the proto files.
    // prost_build::compile_protos(&["src/proto/bfv.proto"], &["src/proto"])?;
    Ok(())
}