lib/gc.h


Log

Author Commit Date CI Message
Simon Josefsson b4b1d30c 2007-02-05T11:17:30 lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
Simon Josefsson c5d8261e 2005-10-28T12:09:31 Add MD2 and hash fixes.
Simon Josefsson 76990ea3 2005-10-19T14:54:32 Add gc-rijndael and gc-rijndael-tests modules.
Simon Josefsson eecf6279 2005-10-18T23:35:50 Add gc-md4 and gc-md4-tests modules.
Simon Josefsson 9d25dd3a 2005-10-17T13:41:56 * gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
Simon Josefsson 7b06e21e 2005-10-17T13:34:58 Fix warning in comment.
Simon Josefsson 42a58ba9 2005-10-17T13:13:08 Add more hash functions.
Simon Josefsson 1ded427a 2005-10-17T13:00:51 Add ciphers.
Simon Josefsson 9045e5f8 2005-10-12T13:13:29 Add gc-pbkdf2-sha1 module.
Simon Josefsson ecbe47ca 2005-10-12T11:57:13 * gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types, suggested by Bruno Haible <bruno@clisp.org>.
Simon Josefsson ea3ee2b5 2005-10-12T01:42:54 Add gc-sha1 module.
Simon Josefsson a5f08cf2 2005-10-12T00:23:38 * gc-libgcrypt.c (gc_md5): Fix assert call. (gc_md5): Fix typo. * gc.h (gc_hash_buffer): Use gc_hash in prototype. * gc-libgcrypt.c (gc_hash_buffer): Ditto. * gc-gnulib.c (gc_hash_buffer): Ditto.
Simon Josefsson 88eaa60d 2005-10-11T19:17:09 Doc fix.
Simon Josefsson 15ca72eb 2005-10-11T17:41:16 * gc.h (gc_hash_buffer): Add doc.
Simon Josefsson b2a551e0 2005-10-08T09:26:59 2005-10-08 Simon Josefsson <jas@extundo.com> * gc.h: Add gc_hash and gc_hash_buffer. * gc-gnulib.c (gc_hash_buffer): Add. Reorder #include's. * gc-libgcrypt.c (gc_hash_buffer): Add.
Simon Josefsson 5a01cacc 2005-10-08T08:33:07 Add generic crypto module.