qfall_tools/
primitive.rs

1// Copyright © 2023 Niklas Siemer
2//
3// This file is part of qFALL-tools.
4//
5// qFALL-tools is free software: you can redistribute it and/or modify it under
6// the terms of the Mozilla Public License Version 2.0 as published by the
7// Mozilla Foundation. See <https://mozilla.org/en-US/MPL/2.0/>.
8
9//! Contains primitives that are useful for cryptographic
10//! constructions, but are solely targeted to be used in other constructions.
11//!
12//! More specifically, this module contains primitives that do not provide security
13//! guarantees targeted at end-users such as confidentiality, integrity, etc.
14
15pub mod psf;