fix bit counting mess
[oweals/gnunet.git] / src / util / crypto_hash.c
2020-05-26 Martin Schanzenbachfix bit counting mess
2020-05-25 Martin Schanzenbachfix bit check in hash
2019-11-24 ng0Merge branch 'master' of gnunet.org:gnunet
2019-11-24 Christian Grothofffix pointer indentation
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-08-18 Florian Doldbenchmark collection awk scripts
2018-08-09 Christian Grothoffmerge
2018-08-09 Phil-Merge branch 'master' into gsoc2018/rest_api
2018-07-21 Schanzenbach, Martinadd more general HMAC function for JWTs
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-01-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-08 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-08 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-07 anrykoStyle fixes (mostly tabs to spaces).
2017-06-23 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-22 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-06-22 Christian Grothofffix indentation
2017-03-29 Schanzenbach, Martin- merge with master
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 tg(x)util: add component name to LOG macros; util/client...
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-05-30 Christian Grothoffmake libextractor actually optional, both for GNUnet...
2015-05-28 Christian Grothoff-fix ftbfs
2015-05-28 Christian Grothoffadding --enable-taler-wallet configure option to build...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-09 Christian Grothoffadding API for incremental hashing (from Taler)
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-11-28 Christian Grothoff-fixing misc issues and bugs, including better terminat...
2014-01-09 Christian Grothoff-revert 'optimization' that broke test_crypto_hkdf
2014-01-07 Christian Grothoff-eliminate repeated calls to gcry_md_open, use reset...
2013-10-30 Christian Grothoff-simplify utf8_tolower/upper APIs
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-towards addressing #3047, note this causes the code...
2013-09-30 Christian Grothoff-rename files/symbols from _aes to _symmetric
2013-09-30 Christian Grothoff-encrypt using both AES and TWOFISH, with independent...
2013-09-05 Christian Grothoff-only use x for ECDH
2013-08-19 Christian Grothoff-remove ShortHashCode from API, deprecate SList
2013-06-03 Florian Dold- conclude for SET
2013-02-05 Christian Grothoffswitching to ECDHE cryptography f, implementation is...
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-03-26 Martin Schanzenbach-utf8 tolower/upper
2012-03-22 Christian Grothoff-doxygen
2012-03-19 Martin Schanzenbach-new short hashes, new short hash cmp
2012-03-19 Christian Grothoff-LRN: calculate file size for single files when needed...
2012-03-19 Christian Grothoffadding API for short (256-bit) hash codes
2012-03-04 Christian Grothoff-renaming
2012-03-04 Christian Grothoff-adding conversion of public key to string and back
2012-03-04 Christian GrothoffLRN: adding generic functions for conversion of binary...
2012-02-24 Christian Grothoff-fix
2012-02-23 Christian GrothoffTG: attached are the following patches for GNUnet:
2012-01-07 Christian Grothoff-add missing comments, expand error checking
2012-01-01 Christian Grothoffchanging scheduler priorities to revert to DEFAULT...
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-11 Christian Grothoffconverting to GNUNET_LOG_from*
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-05-25 Christian Grothoffminor code cleanup
2011-02-09 David BarksdaleFix inaccurate comment.
2010-12-19 Christian GrothoffLRN patch from SVN 1630
2010-11-05 Nathan S. Evansbig scheduler refactoring, expect some issues
2010-10-08 Christian Grothofffix
2010-10-08 Nils Durnerstyle improvements
2010-10-07 Christian Grothoffsmall fixes and style issues
2010-10-07 Christian Grothofffixing compile errors
2010-10-07 Nils Durnerremove SHA-512 code, use libgcrypt implementation
2010-10-05 Christian Grothofffix warnings
2010-10-03 Nils DurnerKDF code
2010-09-21 Nathan S. Evansadditional useful hash function
2010-06-24 Christian Grothoffhacking on fs features
2010-06-18 Christian Grothoffhmac
2010-06-18 Christian Grothofflocalization
2010-06-11 Christian Grothoffuse constants instead of casting -1
2010-05-06 Christian Grothoffallow file hashing cancellation -- and make use of it
2009-11-04 Christian Grothoffbugfixes and redesigning scheduler API
2009-11-01 Christian Grothofffixing bio testcase and a bug in bio.c, also indenting
2009-10-08 Christian Grothoffbetter comments
2009-10-05 Christian Grothoffcode clean up
2009-09-22 Christian Grothoffdocumentation cleanup
2009-09-08 Christian Grothofffixes
2009-09-08 Christian Grothoffdead
2009-09-08 Christian Grothoffstuff
2009-09-07 Christian Grothofffixes
2009-09-04 Christian Grothofffx
2009-08-27 Christian Grothoffsyn
2009-07-24 Christian Grothoffquota management and better name for NO_TASK'
2009-07-07 Christian Grothoffcleaning up disk api
2009-06-16 Christian Grothofffixing testcases with new disk API
2009-06-16 Nils DurnerGNUNET_IO_handle => GNUNET_DISK_handle
next