fix for V-SCT-VUL-016

This commit is contained in:
Kevin Jue
2023-12-18 18:02:01 -08:00
parent 96171410b0
commit ac49898dd1
4 changed files with 0 additions and 37 deletions

View File

@@ -38,9 +38,6 @@ var POWER_OF_TWO_GENERATOR goldilocks.Element = goldilocks.NewElement(1753635133
// The modulus of the field.
var MODULUS *big.Int = emulated.Goldilocks{}.Modulus()
// The threshold maximum number of bits at which we must reduce the element.
var REDUCE_NB_BITS_THRESHOLD uint8 = 254 - 64
// The number of bits to use for range checks on inner products of field elements.
var RANGE_CHECK_NB_BITS int = 140