qfall-tools 0.1.0

Common sub-modules and procedures in lattice-based constructions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright © 2023 Marvin Beckmann
//
// This file is part of qFALL-tools.
//
// qFALL-tools is free software: you can redistribute it and/or modify it under
// the terms of the Mozilla Public License Version 2.0 as published by the
// Mozilla Foundation. See <https://mozilla.org/en-US/MPL/2.0/>.

//! This module contains commonly functions in lattice-based cryptography.

pub mod common_encodings;
pub mod common_moduli;
pub mod rotation_matrix;