Skip to main content
. 2019 Sep 23;19(19):4121. doi: 10.3390/s19194121
Algorithm 7: IllegalInformationExchange Function
Require:  CD1,PF
Ensure: TrueorFalse
  for CD2  PF do
   if ForbiddenInformationFlow(CD1, CD2) or
   ForbiddenInformationFlow(CD2, CD1) then
    return True
   end if
  end for
  return False