[package]
name = "cyber-lens-ikat"
version.workspace = true
edition.workspace = true
license-file = "../LICENSE"
description = "Ikat polynomial commitment โ NTT-batched Brakedown over R_q"
repository.workspace = true
rust-version.workspace = true
keywords = ["ikat", "pcs", "fhe", "crypto"]
categories = ["cryptography"]
[dependencies]
cyber-lens-core = { version = "0.1.1", path = "../core" }
cyber-lens-brakedown = { version = "0.1.1", path = "../brakedown" }
jali.workspace = true
nebu.workspace = true