readme

来自「这是一个C的源代码」· 代码 · 共 21 行

TXT
21
字号
THE PBC LIBARYThe PBC (Pairing-Based Crypto) library is a C library providing low-levelroutines for pairing-based cryptosystems. It provides an interface forcyclic groups and a bilinear pairing defined on them that are thought tobe cryptographically secure. The interface abstracts the mathematical detailsaway from the programmer, so no knowledge of elliptic curves is needed to usethe library.The PBC library also contains routines to generate curves suitable for usein a bilinear pairing.See the online manual for more information. The DocBook source files thatare used to create the manual are in the doc/ subdirectory.The PBC library is released under the GNU General Public License. See thefile COPYING for details.------------------------------------------------------------------------------Ben Lynn <blynn@cs.stanford.edu>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?