// Copyright (c) 2021-2024 Espresso Systems (espressosys.com)
// This file is part of the HotShot repository.
// You should have received a copy of the MIT License
// along with the HotShot repository. If not, see <https://mit-license.org/>.
// This is prosaic documentation, we don't need clippy
#![allow(
clippy::all,
clippy::pedantic,
missing_docs,
clippy::missing_docs_in_private_items,
non_camel_case_types
)]