From: Robert K. <may...@us...> - 2001-12-05 18:43:55
|
Update of /cvsroot/bitcollider/bitcollider/include In directory usw-pr-cvs1:/tmp/cvs-serv19399/include Modified Files: bitprint.h Log Message: Fixed up the character set encoding and added support for the dot between the sha and tigertree hash. Index: bitprint.h =================================================================== RCS file: /cvsroot/bitcollider/bitcollider/include/bitprint.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** bitprint.h 2001/07/23 22:32:10 1.1 --- bitprint.h 2001/12/05 18:43:52 1.2 *************** *** 24,28 **** */ #define BITPRINT_RAW_LEN 44 ! #define BITPRINT_BASE32_LEN 71 #define SHA_BASE32SIZE 32 #define TIGER_BASE32SIZE 39 --- 24,28 ---- */ #define BITPRINT_RAW_LEN 44 ! #define BITPRINT_BASE32_LEN 72 #define SHA_BASE32SIZE 32 #define TIGER_BASE32SIZE 39 |