Module examples

Source
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