Skip to main content
. 2020 Oct 29;20(21):6158. doi: 10.3390/s20216158
Algorithm 8:Decrypting cipher texts using the shared group key.
  Input: Encryptedpoints(cxi,cyi),gksh
  Output: Decryptedpoints
1  Recipient:Calculategksh;
2  fori=0;i<noofEncryptedpointsB;i++;
3  (xi,yi)=(cxi,cyi)gksh;
4  Recipient:repeatuntilfinish;
5  (xi,yi)theresults