Skip to content

lucamelis/itemKNNprivacyJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ItemKNNprivacyJS

install

With npm do:

$ npm install

from the project directory.

To compile lib/libDiscreteLogC.so on Linux/Solaris/etc.:

$ cd lib
$ gcc -std=c99 -Wall -shared -fPIC -fopenmp logDiscreteRho.c -o libDiscreteLogC.so -lgmp -lcrypto -L/usr/local/lib

You need the gmp and openmp libraries installed on your system.

usage

To start the web sever application with nodejs:

$ npm start

To start the browser client go here #test

To test the discrete log module in libDiscreteLogC.so do:

$ mocha test_pollard.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors