summaryrefslogtreecommitdiff
path: root/lib/sha256.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: clarify comments about sticky EOFPádraig Brady2018-06-241-1/+3
* af_alg: avoid hangs when reading from streamsPádraig Brady2018-06-241-6/+6
* crypto: use byteswapPaul Eggert2018-06-171-2/+2
* crypto: omit stream ops Emacs doesn’t needPaul Eggert2018-05-211-2/+5
* crypto/{md5,sha1,sha256,sha512}: simplifyPaul Eggert2018-05-051-103/+33
* af_alg: New module.Bruno Haible2018-05-051-17/+11
* af_alg: Improve function signature.Bruno Haible2018-05-051-2/+2
* sha256sum: use kernel crypto APIMatteo Croce2018-05-051-2/+30
* maint: Add encoding marker for Emacs to non-ASCII sources.Bruno Haible2018-01-051-0/+7
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* md5, sha1, sha256, sha512: Add comments regarding correctness.Bruno Haible2017-03-311-1/+4
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* md4,md5,sha*: allow _STRING_INLINE_unaligned enable unaligned operationPádraig Brady2016-11-271-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* md5, sha1, sha256, sha512: use openssl routines if availablePádraig Brady2013-12-031-0/+7
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* arctwo, md4, md5, sha1, sha256, sha512: no 'static inline'Paul Eggert2012-11-291-1/+1
* crypto: fix bug in large buffer handlingPaul Eggert2012-05-181-3/+3
* Spelling fixes.Paul Eggert2012-01-311-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* crypto libraries: use stdalignPaul Eggert2011-10-271-3/+3
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-96/+96
* digests, copy-file: increase the IO buffer size from 4KiB to 32KiBPádraig Brady2009-10-231-5/+20
* sha256: do not artificially restrict buffer length to be < 2^32Jim Meyering2008-05-261-1/+1
* avoid unaligned access errors, e.g., on sparcJim Meyering2008-05-261-3/+7
* New modules: crypto/sha256, crypto/sha512 (from coreutils)Jim Meyering2008-05-111-0/+550