Skip to main content
. 2020 Oct 29;20(21):6158. doi: 10.3390/s20216158
Algorithm 9:Decoding decrypted points into binary values.
  Input: Decryptedpointsxi,InV
  Output: Binaryvalues
1  Recipient:obtainxivalueforthedecryptedpoints;
2  fori=0;i<noofdecryptedpointsB;i++;
3  letInVsave=xi;
4  letxi=xi÷16;
5  letxi=xiInV;
6  letInV=InVsave;
7  Recipient:repeatuntilfinish;
8  Binaryvaluestheresultsxi