mirror of
https://github.com/logos-storage/gnark-plonky2-verifier.git
synced 2026-01-03 21:53:10 +00:00
fix for V-SCT-VUL-006 and V-SCT-VUL-012
This commit is contained in:
parent
8567f335cb
commit
f71795a697
@ -118,5 +118,10 @@ func ReadCommonCircuitData(path string) CommonCircuitData {
|
||||
commonCircuitData.KIs = raw.KIs
|
||||
commonCircuitData.NumPartialProducts = raw.NumPartialProducts
|
||||
|
||||
// Don't support circuits that have hiding enabled
|
||||
if raw.FriParams.Hiding {
|
||||
panic("Circuit has hiding enabled, which is not supported")
|
||||
}
|
||||
|
||||
return commonCircuitData
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user