|
From: creecode <icr...@us...> - 2006-03-12 20:39:30
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25348 Modified Files: kernelverbs.r Log Message: changed hashWhirlpool to whirlpool changed hashMd5 to MD5 note: normally we wouldn't be changing names of tokens like this but there was a bit of a foul-up in communication about naming. we decided that hash is redundant in the context of the cyrpt verb category. added SHA1 and hmacSHA1 Index: kernelverbs.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/kernelverbs.r,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** kernelverbs.r 10 Mar 2006 21:20:30 -0000 1.6 --- kernelverbs.r 12 Mar 2006 20:39:24 -0000 1.7 *************** *** 601,607 **** "multipleReplaceAll", "macromantoutf8", // 2006-02-25 creedon ! "utf8tomacroman", // 2006-02-25 creedon ! "hashWhirlpool", // 2006-03-04 creedon ! "hashhmacmd5" // 2006-03-05 creedon } } --- 601,605 ---- "multipleReplaceAll", "macromantoutf8", // 2006-02-25 creedon ! "utf8tomacroman" // 2006-02-25 creedon } } *************** *** 1129,1135 **** "crypt", false, { ! "hashWhirlpool", "hmacMD5", ! "hashMD5" } } --- 1127,1135 ---- "crypt", false, { ! "whirlpool", "hmacMD5", ! "MD5", ! "SHA1", ! "hmacSHA1" } } |