8000 GitHub - lcc1999/SEAL-Rust: Call C++ code from Rust by cxx.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lcc1999/SEAL-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEAL-Rust

Implement BFV in Rust by cxx.

  • install Microsoft SEAL3.7 to lib/
git clone https://github.com/microsoft/SEAL
cd SEAL
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=./SEAL-Rust/lib
cmake --build build
cmake --install build
  • cargo build

About

Call C++ code from Rust by cxx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0