Dmitry Baryshkov dbaryshkov@gmail.com writes:
Signed-off-by: Dmitry Baryshkov dbaryshkov@gmail.com
Makefile.in | 3 +- streebog-meta.c | 44 ++ streebog.c | 1317 +++++++++++++++++++++++++++++++++++++++++++++++ streebog.h | 99 ++++ 4 files changed, 1462 insertions(+), 1 deletion(-) create mode 100644 streebog-meta.c create mode 100644 streebog.c create mode 100644 streebog.h
Looks good. I'll merge when I can do it together with the tests.
Found a minor problem when trying the tests on top of this: this patch adds streebog-meta.c, but doesn't add the corresponding declarations in nettle-meta.h. Ideally, those should go together (in this patch, in the test patch, or as a separate patch). But it's also fine with me if you just add the needed declarations together with the tests.
Regards, /Niels