Skip to content

Python implementation of Dynamic Decentralized Functional Encryption

Notifications You must be signed in to change notification settings

vivianjeng/py_DDFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py_DDFE

Python implementation of Dynamic Decentralized Functional Encryption

Dependencies

Functions

All-or-Nothing Encapsulation(AoNE)

  • function f(x) = (pk,x)

Decentralized Sum (DSum)

  • function f(x) = x_0 + x_1 + ... + x_n

Inner-Product DDFE (IP-DDFE)

  • function f(keys, x) = x_0 * y_0 + ... + x_n * y_n

About

Python implementation of Dynamic Decentralized Functional Encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages