Features

We briefly present a list of implemented features in our crypto-crate. Afterwards, we provide a brief overview for each type of feature such that you can conveniently build upon them. A tutorial on how to use this crate in your own project can be found in chapter 1.

Full-fledged Cryptographic Features

  • Public Key Encryption
    • LWE Encryption
    • Dual LWE Encryption
    • LPR Encryption
    • Ring-based LPR Encryption
  • Identity Based Encryption
    • Dual LWE Encryption (Identity-Based)
  • Signatures
    • Full-Domain Hash (FDH) / Probabilistic FDH (PFDH)
    • Ring-based FDH
  • Hash Functions
    • SIS-Hash Function

Building Blocks and Primitives