Mercurial > pidgin.yaz
log
age | author | description |
---|---|---|
Thu, 17 Feb 2011 05:03:58 +0000 | Gary Kramlich | hmac.c needs to include libpurple/util.h |
Thu, 17 Feb 2011 05:02:31 +0000 | Gary Kramlich | forgot to mark the purple_g_checksum_* api as static again |
Thu, 17 Feb 2011 00:43:09 +0000 | Gary Kramlich | Fixed a typo |
Thu, 17 Feb 2011 00:42:53 +0000 | Gary Kramlich | Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual files |
Mon, 14 Feb 2011 07:38:41 +0000 | Gary Kramlich | fixed some indentation issues that were missed earlier in rc4.c |
Mon, 14 Feb 2011 06:54:12 +0000 | Gary Kramlich | included string.h in cipher.h since almost all of the ciphers use it. |
Mon, 14 Feb 2011 06:51:10 +0000 | Gary Kramlich | broke des and des3 out to ciphers/des.c |
Mon, 14 Feb 2011 06:20:59 +0000 | Gary Kramlich | Moved sha256 to the sub library |