代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/304961/3783394
txt _notes.txt
*) "RIPEMD-160" generates a straight RIPEMD-160 (160 bit) hash. "RIPEMD-160
(Linux; Twice, with A)" is the RIPEMD160 hash as used by linux when
"-H rmd160" is specified (e.g. with SuSE Lin
www.eeworm.com/read/304961/3783401
txt _notes.txt
md*.c - from tomlibcrypt
1) Ensure that the "sources" file includes the lib path to tomlibcrypt
2) Comment out the lines:
extern void *XMALLOC(size_t n);
extern void *REALLOC(void *p, size_t n
www.eeworm.com/read/304961/3783412
txt _notes.txt
*) This "encryption" driver just XOR it's input with the password supplied.
*) This driver reports a keysize of "-1" bits
*) This driver reports a blocksize of "-1" bits
www.eeworm.com/read/304961/3783419
txt _notes.txt
In order for this driver to compile, Gladman's "cast.c" must be modified slightly.
In this distribution, the original file appears as "cast.c", and the modified version as "FreeOTFE_cast.c"
As
www.eeworm.com/read/304961/3783435
txt _notes.txt
Comment out the line:
#define LTC_TEST
in "mycrypt_custom.h"
- if this is not done, then when the driver is compiled, you will get an error like:
des.c(1774) : error C4242: '=' : conv
www.eeworm.com/read/304961/3783442
txt _notes.txt
CYPHER_TWOFISH building:
Copy:
AES.H
DEBUG.H
PLATFORM.H
TABLE.H
TWOFISH2.C
from the optimised version of twofish into the same dir as "FreeOTFECypherTwofish.c", and ensure that you comment out (o
www.eeworm.com/read/304961/3783461
txt _notes.txt
*) This "encryption" driver just copies it's input straight to it's output.
*) This driver reports a blocksize of "-1" bits
*) This driver reports a keysize of of "0" bits
www.eeworm.com/read/304961/3783480
txt _notes.txt
Comment out the line:
#define LTC_TEST
in "mycrypt_custom.h"
- if this is not done, then when the driver is compiled, you will get an error like:
aes.obj : error LNK2019: unresolved e
www.eeworm.com/read/304961/3783616
txt _notes.txt
http://fp.gladman.plus.com/cryptography_technology/index.htm
http://fp.gladman.plus.com/cryptography_technology/aesr1/index.htm
08/01/06
www.eeworm.com/read/304961/3783636
txt _notes.txt
http://gladman.plus.com/
http://fp.gladman.plus.com/cryptography_technology/aesr2/index.htm
- ZIP file from this URL; these are AES 2nd round implementations
04/12/05