install

来自「椭圆曲线Elliptic Curve)加密算法(」· 代码 · 共 26 行

TXT
26
字号
                             Installation                             ------------borZoi can be built using either an internal math library or Victor Shoup'sNTL number theory library which provides better performance. If NTL is used,it must be first downloaded from http://www.shoup.net and installed.GNU Development Tools:1) (If NTL is not installed) ./configure   (If NTL is installed)     ./configure --enable-ntl2) make3) make installMicrosoft Visual C++:1) Open the borZoi.dsw file in Microsoft Visual C++   1.1) (Only if NTL is installed)	Replace the USE_MPI preprocessor definition with USE_NTL in the 	preprocessor definitions section of the C/C++ tab of the Project 	Settings dialog box.   1.2) (Only if NTL is installed)	Delete the math_mpi.cpp file from the source files list and replace 	it with the math_ntl.cpp file.2) Build.

⌨️ 快捷键说明

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