Derives a scope-specific 32-byte key via HKDF-SHA256.
65-byte master key material from deriveMasterKey.
Scope identifier (e.g. "instagram.profile").
"instagram.profile"
32-byte derived key suitable for symmetric encryption.
Uses salt="vana" and info="scope:{scope}" per spec ยง2.3.
salt="vana"
info="scope:{scope}"
Derives a scope-specific 32-byte key via HKDF-SHA256.