###PSI utilities library###
A static library for PSI algorithms and tools. It was thouth to improve simplicity and reusability of code. Contains structures and functions that were often used in PSI.
Install:
sudo make install
Clean:
sudo make clean
Remove:
sudo make remove
- libglib2.0-dev
- libssl-dev
This library can be included using -lpsi-util option and headers using -I/usr/include/psi_util option.