fhe-math 0.1.0-beta.6

Mathematical utilities for the fhe.rs library
Documentation
1
2
3
4
5
6
use std::io::Result;

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