Skip to main content
. 2024 Nov 22;10:e2235. doi: 10.7717/peerj-cs.2235

Table 2. Compare with existing schemes.

Scheme Index building Trapdoor generation Query Verification Round
VPS O(MN) O(|q||Fw|) O(|Fw||Fj||q|) O(|q||Fw|) 2
VPS-IoT O(MN)+O(j=1MN|Fj|) O(2|q|+|Fw|+|q||Fw|) O(|Fw||Fj||q|+|q|) O(|q||Fq|) 2
Our Scheme O(MN) O(|q||Fw|) O(|Fw||Fj||q|) O(|Fw|) 1

Note:

|Fj| is the number of keywords contained in the file Fj; wj is a collection of different keywords in the file Fj; |q| is the number of query keywords; |Fw| is the number of files containing query keywords; |Fq| is the size of the returned result file.