You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As detailed in [EscGro '13], it is possible to replace some Groth-Sahai commitments with just ElGamal encryptions (as opposed to being computationally indistinguishable whether it's a binding commitment or ElGamal Encryption / hiding commitment), which reduces the number of proof computations and proof size. Consider implementing this variant of Groth-Sahai.
The text was updated successfully, but these errors were encountered:
As detailed in [EscGro '13], it is possible to replace some Groth-Sahai commitments with just ElGamal encryptions (as opposed to being computationally indistinguishable whether it's a binding commitment or ElGamal Encryption / hiding commitment), which reduces the number of proof computations and proof size. Consider implementing this variant of Groth-Sahai.
The text was updated successfully, but these errors were encountered: