When I execute the program with different size of set for each party, such as:
P1: 2^12
P2: 2^14
P3: 2^16...
The program will throw exception. But I find that the paper KMP+2017 said that the OPPRF supports the different size of set:

So, how to solve this question? Thanks.
When I execute the program with different size of set for each party, such as:

P1: 2^12
P2: 2^14
P3: 2^16...
The program will throw exception. But I find that the paper KMP+2017 said that the OPPRF supports the different size of set:
So, how to solve this question? Thanks.