Skip to main content
. 2020 Oct 29;20(21):6158. doi: 10.3390/s20216158
Algorithm 7:Encrypting mapped points using the shared group point.
  Input: Mappedpoints(xi,yi),gksh
  Output: Ciphertexts
1  Sender:Calculategksh;
2  fori=0;i<noofmappedpointsB;i++;
3  (cxi,cyi)=gksh+(xi,yi);
4  Sender:repeatuntilfinish;
5  (cxi,cyi)theresults