summaryrefslogtreecommitdiff
path: root/src/cipher-proto.h
Commit message (Expand)AuthorAgeFilesLines
* Minor clean up.NIIBE Yutaka2022-09-161-3/+0
* cipher: Use const for *_spec_t, if possible.NIIBE Yutaka2022-01-041-3/+3
* hash_buffers: add output length param for XOF supportJussi Kivilinna2021-04-261-2/+3
* md: remove hash_buffer function from algorithmsJussi Kivilinna2021-04-261-5/+0
* cipher-proto: remove forward typedef of cipher_bulk_ops_tJussi Kivilinna2021-01-261-2/+2
* kdf: Add selftest.NIIBE Yutaka2021-01-151-0/+2
* Add missing prototype for _gcry_mac_selftestJussi Kivilinna2020-12-221-2/+2
* cipher: setup bulk functions at each algorithms key setupJussi Kivilinna2020-09-271-1/+3
* Add hash_buffer and hash_buffers pointers to message digest specJussi Kivilinna2018-06-191-0/+10
* Pass cipher object pointer to setkey functionsJussi Kivilinna2018-06-191-1/+2
* Fix typos found using codespellJustus Winter2015-11-171-1/+1
* md: add variable length output interfaceJussi Kivilinna2015-10-281-0/+4
* md: Add Whirlpool bug emulation feature.Werner Koch2014-01-191-1/+1
* ecc: Remove unused internal function.Werner Koch2013-12-061-5/+0
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-3/+0
* cipher: use size_t for internal buffer lengthsJussi Kivilinna2013-11-151-4/+3
* pubkey: Move sexp parsing of remaining fucntions to the modules.Werner Koch2013-10-111-3/+2
* pubkey: Move sexp parsing for gcry_pk_decrypt to the modules.Werner Koch2013-10-111-9/+3
* pubkey: Move sexp parsing for gcry_pk_encrypt to the modules.Werner Koch2013-10-111-5/+3
* pubkey: Move sexp parsing for gcry_pk_sign to the modules.Werner Koch2013-10-111-7/+4
* pubkey: Move sexp parsing for gcry_pk_verify to the modules.Werner Koch2013-10-091-8/+3
* pubkey: Move sexp parsing for gcry_pk_get_nbits to the modules.Werner Koch2013-10-081-2/+1
* pubkey: Move sexp parsing for gcry_pk_getkey to the modules.Werner Koch2013-10-081-4/+1
* md: Simplify the message digest dispatcher md.c.Werner Koch2013-10-021-9/+35
* cipher: Simplify the cipher dispatcher cipher.c.Werner Koch2013-10-011-9/+69
* sexp: Change internal versions to always use gpg_err_code_t.Werner Koch2013-09-201-0/+2
* pk: Move s-exp creation for gcry_pk_decrypt to the modules.Werner Koch2013-09-201-2/+6
* pk: Move s-expr creation for genkey to the modules.Werner Koch2013-09-191-13/+4
* pk: Move s-expr creation for sign and encrypt to the modules.Werner Koch2013-09-191-2/+2
* pk: Simplify the public key dispatcher pubkey.c.Werner Koch2013-09-181-4/+6
* pk: Merge extraspecs struct with standard specs struct.Werner Koch2013-09-181-24/+96
* Add support for Salsa20.Werner Koch2013-07-181-0/+4
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-111-0/+6
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-3/+3
* Add function gcry_pk_get_param.Werner Koch2011-02-011-0/+4
* Add gcry_pk_get_curve.Werner Koch2011-02-011-2/+7
* Finished RSA X9.31 key generation.Werner Koch2008-11-251-1/+2
* Cleaned up the public key module calling conventions.Werner Koch2008-11-241-6/+8
* Add a method to disable the weak key detection.Werner Koch2008-11-051-0/+5
* Add CAVS test.Werner Koch2008-10-021-0/+3
* Only run required tests during power-up self-test.Werner Koch2008-09-121-5/+9
* Overhauled the keygrip computation.Werner Koch2008-08-291-0/+5
* Implemented transient-key flag as requested by the GNUNet folks.Werner Koch2008-08-261-0/+11
* Completed the RNG implementaion switching.Werner Koch2008-08-221-0/+1
* A whole bunch of changes to eventually support Werner Koch2008-08-191-0/+83