summaryrefslogtreecommitdiff
path: root/lib/gc-pbkdf2-sha1.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+1
| | | | Run the new "make update-copyright" rule.
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+2
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-25/+25
|
* lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.Simon Josefsson2009-11-151-91/+8
|
* * lib/arcfour.c: Assume config.h.Eric Blake2006-10-291-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * lib/arctwo.c: Likewise. * lib/base64.c: Likewise. * lib/check-version.c: Likewise. * lib/crc.c: Likewise. * lib/des.c: Likewise. * lib/gc-gnulib.c: Likewise. * lib/gc-libgcrypt.c: Likewise. * lib/gc-pbkdf2-sha1.c: Likewise. * lib/getaddrinfo.c: Likewise. * lib/getdelim.c: Likewise. * lib/getline.c: Likewise. * lib/hmac-md5.c: Likewise. * lib/hmac-sha1.c: Likewise. * lib/iconvme.c: Likewise. * lib/md2.c: Likewise. * lib/md4.c: Likewise. * lib/memxor.c: Likewise. * lib/read-file.c: Likewise. * lib/readline.c: Likewise. * lib/rijndael-alg-fst.c: Likewise. * lib/rijndael-api-fst.c: Likewise. * lib/xgetdomainname.c: Likewise.
* * gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.Simon Josefsson2005-10-131-14/+15
| | | | Move memory allocation outside of loop.
* Add gc-pbkdf2-sha1 module.Simon Josefsson2005-10-121-0/+187