Generate deterministic random data from entropy using HKDF. This can generate any length output. Matches Rust deterministic_random function.
The entropy bytes
Number of bytes to return
Generate deterministic random data from entropy using HKDF. This can generate any length output. Matches Rust deterministic_random function.