starkom-pcs 1.1.0

The DEEP-FRI polynomial commitment scheme used in Starkom.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2026 The Libernet Team
// SPDX-License-Identifier: Apache-2.0

mod deep;
mod utils;

pub mod fri;
pub mod hash;

pub use deep::*;