Here is a list of all modules:
[detail level 12]
ABE schemes | Attribute based encryption |
Vectors and matrices | Defines basic mathematical structures used throughout the library |
▼Inner product schemes | Functional 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 schemes | Fully secure schemes for functional encryption of inner products |
Simple schemes | Simple 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 functionality | Common library functionality, discrete logarithm algorithms, prime number generation and key generation |
Samplers for sampling random values | Samplers 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 |