spongefish_circuit/
lib.rs

1#![cfg_attr(not(test), no_std)]
2
3extern crate alloc;
4pub mod allocator;
5pub mod permutation;