Computes a Poseidon2 hash with a domain separator over a dynamic-length subarray of the given input.
Only the first in_len fields of input are absorbed; any remaining fields are ignored.
For in_len == N this is equivalent to poseidon2_hash_with_separator.
Computes a Poseidon2 hash with a domain separator over a dynamic-length subarray of the given input. Only the first
in_lenfields ofinputare absorbed; any remaining fields are ignored. Forin_len == Nthis is equivalent toposeidon2_hash_with_separator.