AuspiciousCloud / search-pattern-hidden

SSE support search pattern hidden.
2 stars 1 forks source link

Time cost #2

Open shuyanCoding opened 1 month ago

shuyanCoding commented 1 month ago

Hello, I found that my actual running time is much higher than the experimental results in your paper. Under the conditions of 128 bits and dataset 1, the time cost of generating token is 120ms, while the result in your paper is no more than 20ms. What parameters do I need to change in the code?

DeCloveC commented 1 month ago

i have the same problem. This is what I get when I run the code: Setup time: 7.34335 ms TGen time: 148 ms Search time: 1502 ms Decrypt time: 1 ms