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
// Copyright © 2023 Niklas Siemer
//
// 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/>.

//! Contains anything that should be easily samplable for lattice-based
//! cryptography, which is more complex than sampling from a distribution.

pub mod g_trapdoor;