Skip to main content
. 2020 Oct 29;20(21):6158. doi: 10.3390/s20216158
Algorithm 6:Mapping secured blocks to an elliptic curve.
  Input: Securedblocks
  Output: Mappedpoints
1  fori=0;i<noofsecuredblocksB;i++;
2  Sender:obtainthedecimalvaluexiforthesecuredblock;
3  Sender:xi=xi×16;
4  Sender:obtaincorrespondingyiusingtheequation;
5  Sender:ifyicannotsatisfytheequation;
6  Sender:xi=xi+1;
7  Sender:repeattheloopuntilfindyi;
8  Mappedpointstheresults