From da8a13c9e0a5c62d1f203fbb74098d1ef60ee3e6 Mon Sep 17 00:00:00 2001 From: Hanting Zhang Date: Thu, 2 May 2024 09:35:44 +0000 Subject: [PATCH] fix license --- Cargo.toml | 2 +- deny.toml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94064e66c..deb0f7b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ rayon-scan = "0.1.0" # grumpkin-msm has been patched to support MSMs for the pasta curve cycle # see: https://github.com/lurk-lab/grumpkin-msm/pull/3 grumpkin-msm = { git = "https://github.com/lurk-lab/grumpkin-msm", branch = "dev" } -ingonyama-grumpkin-msm = { git = "https://github.com/lurk-lab/ingonyama-grumpkin-msm", branch = "add-grumpkin-curve", optional = true } +ingonyama-grumpkin-msm = { git = "https://github.com/lurk-lab/ingonyama-grumpkin-msm", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2.0", default-features = false, features = ["js"] } diff --git a/deny.toml b/deny.toml index 8eb2e8d39..919067ae2 100644 --- a/deny.toml +++ b/deny.toml @@ -173,6 +173,14 @@ license-files = [ { path = "../../../../LICENSE", hash = 0xbd0eed23 } ] +[[licenses.clarify]] +name = "icicle-grumpkin" +version = "*" +expression = "MIT" +license-files = [ + { path = "../../../../LICENSE", hash = 0xbd0eed23 } +] + [[licenses.clarify]] name = "icicle-core"