File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ rayon-scan = "0.1.0"
51
51
# grumpkin-msm has been patched to support MSMs for the pasta curve cycle
52
52
# see: https://github.com/lurk-lab/grumpkin-msm/pull/3
53
53
grumpkin-msm = { git = " https://github.com/lurk-lab/grumpkin-msm" , branch = " dev" }
54
- ingonyama-grumpkin-msm = { git = " https://github.com/lurk-lab/ingonyama-grumpkin-msm" , branch = " add-grumpkin-curve " , optional = true }
54
+ ingonyama-grumpkin-msm = { git = " https://github.com/lurk-lab/ingonyama-grumpkin-msm" , optional = true }
55
55
56
56
[target .'cfg(target_arch = "wasm32")' .dependencies ]
57
57
getrandom = { version = " 0.2.0" , default-features = false , features = [" js" ] }
Original file line number Diff line number Diff line change @@ -173,6 +173,14 @@ license-files = [
173
173
{ path = " ../../../../LICENSE" , hash = 0xbd0eed23 }
174
174
]
175
175
176
+ [[licenses .clarify ]]
177
+ name = " icicle-grumpkin"
178
+ version = " *"
179
+ expression = " MIT"
180
+ license-files = [
181
+ { path = " ../../../../LICENSE" , hash = 0xbd0eed23 }
182
+ ]
183
+
176
184
177
185
[[licenses .clarify ]]
178
186
name = " icicle-core"
You can’t perform that action at this time.
0 commit comments