/trace_revoke_functional_encryption

A Java implementation of Efficient Public Trace and Revoke from Standard Assumptions

Primary LanguageJavaApache License 2.0Apache-2.0

trace_revoke_functional_encryption

A Java implementation of Efficient Public Trace and Revoke from Standard Assumptions

install

  • import project with idea
  • maven sync to install junit (or you can import dependency jar manually)
  • File-Project Struct-Libraries-add jpbc-api-2.000.jar and jpbc-plaf-2.0.0.jar in src/resources folder
  • run test in TraceRevokeFETest and GaussTest