Hey I was looking at the secure comparator, and your documentation deviates from the code/paper.
|
8. Computes P<sub>b</sub> = r × G<sub>2</sub> and Q<sub>b</sub> = r × G + y × G<sub>2</sub>. |
is stated in the docs, but your code/paper uses G3 for P(b).
https://github.com/cossacklabs/themis/blob/dc37d03de5069874c2a33223fc947c23b2fa9812/src/themis/secure_comparator.c#L676
Hope I did not misread anything.
Hey I was looking at the secure comparator, and your documentation deviates from the code/paper.
product-docs/content/themis/crypto-theory/cryptosystems/secure-comparator.md
Line 92 in ecce1f4
is stated in the docs, but your code/paper uses G3 for P(b).
https://github.com/cossacklabs/themis/blob/dc37d03de5069874c2a33223fc947c23b2fa9812/src/themis/secure_comparator.c#L676
Hope I did not misread anything.