cpp.txt

来自「blowfish加密算法开发包」· 文本 代码 · 共 35 行

TXT
35
字号

                                    BF-SDK
                                    ~~~~~~
                                     V1.1

                                C++ Interface
                                ~~~~~~~~~~~~~

                            (c) 1996 Markus Hahn




             How to use the BF-SDK in Microsoft Visual C++ 1.0-1.5
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

                 * create a new project
                 * add the file BFENG386.OBJ to the project
                 * add the file CPP_DEMO.CPP to the project
                 * choose large memory model
                 * choose 386 code generation (if possible)
                 * select "Quick Win Application"
                 * build and start the demonstration


             Known problems
             ~~~~~~~~~~~~~~

                 Because the cryptengine uses a fixed data area it
                 can not be used in DLLs without modification to
                 the assembly code.


- eof -

⌨️ 快捷键说明

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