summaryrefslogtreecommitdiff
path: root/src/cipher.h
Commit message (Expand)AuthorAgeFilesLines
* get rid of some mallocs and mpz_inits at cipherChristian Pointner2009-01-041-5/+14
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-041-0/+9
* some cleanup @ cipher, auth_algo and key derivationChristian Pointner2009-01-031-4/+4
* added auth algoChristian Pointner2009-01-031-1/+1
* some cleanup at key derivationChristian Pointner2009-01-021-7/+6
* added aes-ctr cipherChristian Pointner2009-01-011-2/+10
* removed useless malloc for cipher_tChristian Pointner2008-12-311-2/+2
* added cipher (net tested yet)Christian Pointner2008-12-281-0/+59