arkworks-rs / crypto-primitives

Interfaces and implementations of cryptographic primitives, along with R1CS constraints for them
https://www.arkworks.rs
Apache License 2.0
165 stars 79 forks source link

Possible improvements for`CryptographicSponge` #129

Open autquis opened 7 months ago

autquis commented 7 months ago

Regarding CryptographicSponge (and Absorb):

Pratyush commented 7 months ago

Is the option to squeeze a group element actually used anywhere? I have never seen a protocol rely on this.

I agree with the option to absorb with a domain separator.

mmagician commented 7 months ago

I think for our use case it's enough to be able to absorb group elements.