pub(crate) fn create_kdf_instance<S: AsRef<[u8]>>( secret: &S, context: &str, salt: Option<&[u8]>, ) -> Result<Blake3Output>