pub fn derive_key(master: &[u8], info: &[u8], output_len: usize) -> Vec<u8> ⓘ
Derive a sub-key using HKDF-SHA256.