CiFEr
Modules
Here is a list of all modules:
[detail level 12]
 ABE schemesAttribute based encryption
 Vectors and matricesDefines basic mathematical structures used throughout the library
 Inner product schemesFunctional encryption schemes for inner products. Based on security assumptions, the schemes are organized into submodules simple (s-IND-CPA security), and fullysec (e.g. "fully secure", offering adaptive IND-CPA security)
 Fully secure schemesFully secure schemes for functional encryption of inner products
 Simple schemesSimple schemes for functional encryption of inner products. All implementations in this package are based on the reference paper by Abdalla et. al (see https://eprint.iacr.org/2015/017.pdf). The reference scheme offers selective security under chosen-plaintext attacks (s-IND-CPA security)
 Internal functionalityCommon library functionality, discrete logarithm algorithms, prime number generation and key generation
 Samplers for sampling random valuesSamplers for sampling random values from different probability distributions. Module sample provides diferent implementations of samplers. Its primary purpose is support choosing random mpz_t values from selected probability distributions