starkom-gadgets 3.0.2

Reusable Starkom chips.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2026 The Libernet Team
// SPDX-License-Identifier: Apache-2.0

#![doc = include_str!("../README.md")]

mod utils;

pub mod merkle;
pub mod poseidon1;
pub mod poseidon2;
pub mod sponge;
pub mod xits;