jedisct1 / ponteil

Very fast, compact XOF/hash function/PRF based on AEGIS - Just an experiment, do not use.
The Unlicense
7 stars 1 forks source link

Squeeze API? #1

Open mcoret opened 1 year ago

mcoret commented 1 year ago

Is it possible to implement or expose a squeeze mechanism similar to existing XOF constructions, such as Shake, that allows consecutive calls after initializing and pushing the data? Thank you.