kpabe-yct14-cpp icon indicating copy to clipboard operation
kpabe-yct14-cpp copied to clipboard

A lightweight Key-Policy Attribute-Based Encryption scheme in C++

Results 5 kpabe-yct14-cpp issues
Sort by recently updated
recently updated
newest added

I am using WSL with Ubuntu under Windows 10. I installed all the relevant libraries to compile the code. However, when attempting to compile using `scons -f SConstruct.py` I get...

@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?...

Hello, I would like to implement the library on ESP32. Kindly advise on the modifications that should be done in order to flash the library on ESP32. Do you recommend...

Hello, I was trying to decrypt the secret with a "worst case" policy of all attributes in the universe in AND. See the code below: ``` #include #include #include #include...

Does the project have permission revocation?