wip flat representation of polynomial over Z

This commit is contained in:
2026-04-22 00:20:59 +02:00
commit 6a8312dfe4
8 changed files with 314 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "circuit-polynomial"
version = "0.1.0"
edition = "2024"
[dependencies]
itertools = "0.14.0"