summaryrefslogtreecommitdiff
path: root/nettle-meta-hashes.c
Commit message (Collapse)AuthorAgeFilesLines
* Add OSCCA SM3 hash algorithmTianjia Zhang2021-12-011-0/+1
| | | | | | | Add OSCCA SM3 secure hash (OSCCA GM/T 0004-2012 SM3) generic hash transformation. Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
* Implement GOST R 34.11-2012 (Streebog) hash functionDmitry Baryshkov2020-06-061-0/+2
| | | | | | Also add nettle_streebog256 and nettle_streebog512 to nettle meta interface. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
* Add GOST R 34.11-94 to nettle_hashesDmitry Eremin-Solenikov2019-09-151-0/+2
| | | | | | Add entries for gosthash94 and gosthash94cp in nettle_hashes array. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Add leading underscore to data symbols.rename-data-symbolsNiels Möller2018-03-171-4/+2
|
* Undo added underscores on public symbols.Niels Möller2017-10-231-2/+4
|
* New functions nettle_get_hashes and nettle_lookup_hash.Niels Möller2017-01-121-1/+8
|
* Add SHA3 hashes to nettle_hashes. Reported by Thomas Walter.Niels Möller2016-09-131-0/+4
|
* Update copyright headers for dual licensing.Niels Möller2014-04-121-21/+30
|
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
|
* (nettle_hashes): Added nettle_ripemd160.Andres Mejia2011-08-281-0/+1
| | | | Rev: nettle/nettle-meta-hashes.c:1.2
* Contributed by Daniel Kahn Gillmor:Daniel Kahn Gillmor2011-03-231-0/+40
* testsuite/Makefile.in (TS_NETTLE_SOURCES): Added meta-hash-test.c, meta-cipher-test.c, and meta-armor-test.c. * nettle.texinfo: Document nettle_hashes and nettle_ciphers. * nettle-meta.h: Declare algorithm lists nettle_ciphers, nettle_hashes, nettle_armors. * Makefile.in (nettle_SOURCES): Added nettle-meta-hashes.c, nettle-meta-ciphers.c, and nettle-meta-armors.c. * nettle-meta-armors.c: New file. * nettle-meta-ciphers.c: New file. * nettle-meta-hashes.c: New file. Rev: nettle/ChangeLog:1.159 Rev: nettle/Makefile.in:1.32 Rev: nettle/nettle-meta-armors.c:1.1 Rev: nettle/nettle-meta-ciphers.c:1.1 Rev: nettle/nettle-meta-hashes.c:1.1 Rev: nettle/nettle-meta.h:1.10 Rev: nettle/nettle.texinfo:1.22