Skip to content
/ UDSSE Public

A new DSSE solution that combines both UE and DSSE .

Notifications You must be signed in to change notification settings

orgaworl/UDSSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment:

Required Libraries

Install For Ubuntu

sudo apt install openssl
sudo apt install libgmp-dev
sudo apt install flex
sudo apt install bison
wget https://crypto.stanford.edu/pbc/files/pbc-0.5.14.tar.gz
tar -xzf ./pbc-0.5.14.tar.gz
cd ./pbc-0.5.14
./configure
sudo make
sudo make install

How to compile:

After you huav installed the required libraries, run the command below to compile the program.

sh ./compile.sh

Then the program will appear in the bin folder.

How to run:

Before you actually run the program, you must run the command below.

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib

About

A new DSSE solution that combines both UE and DSSE .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages