_notes.txt

来自「文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2」· 文本 代码 · 共 26 行

TXT
26
字号
CYPHER_TWOFISH building:Copy:AES.HDEBUG.HPLATFORM.HTABLE.HTWOFISH2.Cfrom the optimised version of twofish into the same dir as "FreeOTFECypherTwofish.c", and ensure that you comment out (or just delete) the line:#define		CONST				/* helpful C++ syntax sugar, NOP for ANSI C */in AES.H, and change the line:CONST BYTE P8x8[2][256]=in TABLE.H to:BYTE P8x8[2][256]=

⌨️ 快捷键说明

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