Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzjluzijie/imws
https://github.com/lzjluzijie/imws
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzjluzijie/imws
- Owner: lzjluzijie
- Created: 2024-04-14T12:23:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T15:50:07.000Z (5 months ago)
- Last Synced: 2024-11-15T12:05:52.953Z (3 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## IMWS
## Build
This project depends on [pailliercryptolib](https://github.com/intel/pailliercryptolib) and `libOTe`. The author used `gcc 12.2.0`.
```shell
cd libOTe
python build.py --all --boost --sodium
cd ..
mkdir build
cd build
cmake ..
make -j
```## Contact
Contact `[email protected]` if you have any question.