Expand description
This module contains commonly functions in lattice-based cryptography.
Modulesยง
- common_
encodings - Contains message encoding and decoding functions commonly used in lattice-based encryption schemes.
- common_
moduli - Contains functions to quickly instantiate common moduli for ring-based lattice cryptography.
- rotation_
matrix - Contains functions for generating rotation matrices used
when working over the ring
Z[X]/(X^n + 1).