Suggested Parameters:

ParameterSuggested (Width 2)Suggested (Width 3)Notes
Prime FieldBLS12-381BLS12-381Newly supported field in Gnark
Width t23Width 3 is preferred if Gnark supports it
S-box$x^5$$x^5$Common and secure choice over prime fields
Full Rounds88Avoid using fewer than 8 rounds
Partial Rounds2214–17Based on updated recommendations
ModeCompress ModeCompress ModeUsed for input compression in UTXO models
Security Level≥128 bits≥128 bitsDefault setting meets the requirement

Additional Notes

  • Security Analysis: Considers recent advances in algebraic attacks such as Gröbner basis methods, [KR21], [BCD+20], [ABM23], and [GKR25].

  • Simplified and updated design guidance: No longer uses $ x \mapsto x^{-1} $ or the STARKAD family.

  • Clearer round number recommendations: Based on the latest cryptanalysis.

  • Efficiency emphasis: Prime fields like BLS12-381 offer superior performance in ZKP systems such as Gnark.