ikalchev / kpabe-yct14-cpp

A lightweight Key-Policy Attribute-Based Encryption scheme in C++
Apache License 2.0
19 stars 4 forks source link

Encrypt/Decrypt Functions #5

Open ulahijawi opened 4 years ago

ulahijawi commented 4 years ago

@ikalchev Hello. I have found the 'encrypt' and 'decrypt' functions in the kpabe.cpp file, and tested them. They are not working properly in my test. Have they been tested before? Could you please give an example on how to use them properly? Much appreciated.