Expand description
This is a workaround for displaying examples on docs.rs.
Contains an empty submodule for each example, whose documentation gives a guide to the corresponding concepts of HE-Ring.
Note that this module is only included when building the documentation,
you cannot use it when importing he-ring as a crate.
Modulesยง
- bfv_
basics - Homomorphic operations using the BFV scheme in HE-Ring
- bfv_
impl_ v1 - Implementing BFV using HE-Ring, version 1
- bfv_
impl_ v2 - Implementing BFV using HE-Ring, version 2
- bgv_
basics - Homomorphic operations using the BGV scheme in HE-Ring