基于 Python charm 庫實現了一些 Pairing 密碼學算法,放在了 https://github.com/BatchClayderman/Cryptography-Schemes 里面。
在正確部署了 Python charm 庫后,所有的 Python 腳本都是獨立的,即該存儲庫中不存在一個腳本調用另一個腳本的代碼的情況。所有的方案 Python 腳本編程風格高度統一,并具有變量檢驗(如不需要可將相關代碼片段進行注釋)。
以下是 Readme 中英文內容的部分中文翻譯:
- 在 Windows 11 WSL (Ubuntu 24.04.1 LTS) | Python 3.12.x 下部署密碼學庫 charm:https://blog.csdn.net/weixin_45726033/article/details/144254189?spm=1001.2014.3001.5501
- 基于 charm 庫將雙線性對密碼學方案用 Python 代碼實現:https://blog.csdn.net/weixin_45726033/article/details/144822018?spm=1001.2014.3001.5501