Dmitry Baryshkov <[email protected]> writes: > Signed-off-by: Dmitry Baryshkov <[email protected]> > --- > 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 -- Niels Möller. PGP-encrypted email is preferred. Keyid 368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
