Derives deterministic, domain-separated bytes with HKDF-SHA-256.
The same base, domain, and byteLength always produce the same bytes.
Use a distinct domain for each purpose so one base value can safely feed
independent derivation contexts. The inputs are not modified.
Derives deterministic, domain-separated bytes with HKDF-SHA-256.
The same
base,domain, andbyteLengthalways produce the same bytes. Use a distinct domain for each purpose so one base value can safely feed independent derivation contexts. The inputs are not modified.