Equality Test 程式碼 === 1. [PKE with Equality Test](https://github.com/flagUpDown/pkeet) * 使用語言: Java * 數學函數庫: JPBC Library (java pairing-based cryptography) * 使用 type-A 的 pairing 參數 (在params資料夾下的檔案可以看到) * 在 scr 目錄底下有很多 [xxx]pkeet 的子目錄,還不太理解這些是什麼東西。有些有 Test, 有些沒有。然後有一些子目錄裡有 Token1、2、3的檔案,不太清楚這是做什麼的。 2. [PKEET(python)](https://github.com/JessKXWL/pypbc_pkeet/blob/main/pkeet.py) * 使用語言: Python * 數學函數庫: pypbc * 使用 type-A 的 pairing 參數 3. PKEET(js) https://github.com/ISLab-blockchain/bc-PKEET-ME 4. Certificateless public key encryption with authorized equality test https://github.com/CryptoLabCAU/CLPKC-AET/blob/main/src/CL-PKC-AET.cpp