summaryrefslogtreecommitdiff
path: root/testsuite/meta-mac-test.c
Commit message (Collapse)AuthorAgeFilesLines
* hmac: add support for SM3 hash functionTianjia Zhang2021-12-011-0/+1
| | | | | | Add support for calculating HMAC using SM3 hash functions. Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com>
* hmac: add support for streebog256/512 hash functionDmitry Baryshkov2020-06-081-0/+2
| | | | | | Add support for calculating HMAC using Streebog hash functions. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
* cmac-des3: add meta declaration to Nettle libraryDmitry Baryshkov2020-03-081-0/+1
| | | | | | | Move cmac-des3 meta information from testsuite/cmac-test.c to main Nettle library. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
* nettle-meta: Expose defined MACs through nettle_macsmove-nettle_macNiels Möller2020-02-091-0/+32
Based on patches by Daiki Ueno.