Re: [PATCH 1/2] Implement GOST R 34.11-2012 (Streebog) hash function

2020-06-02 Thread Dmitry Baryshkov
Hello, вс, 31 мая 2020 г. в 11:11, Niels Möller : > > Dmitry Baryshkov writes: > > > From: Dmitry Eremin-Solenikov > > This is a bit too large to be easy to review in one go. Could you split > it into a patch with the streebog hash and basic tests only, and hmac > and pbkdf2-related tests as fol

Re: [PATCH 1/2] Implement GOST R 34.11-2012 (Streebog) hash function

2020-05-31 Thread Niels Möller
Dmitry Baryshkov writes: > From: Dmitry Eremin-Solenikov This is a bit too large to be easy to review in one go. Could you split it into a patch with the streebog hash and basic tests only, and hmac and pbkdf2-related tests as followups? Otherwise, I could try to review and apply one piece at a

[PATCH 1/2] Implement GOST R 34.11-2012 (Streebog) hash function

2020-05-22 Thread Dmitry Baryshkov
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- Makefile.in |7 +- examples/nettle-benchmark.c |3 +- hmac-streebog-meta.c| 56 ++ hmac-streebog.c | 73 ++ hmac.h | 33 + nettle-meta-hashes.c

Re: [PATCH 1/2] Implement GOST R 34.11-2012 (Streebog) hash function

2019-10-23 Thread Dmitry Eremin-Solenikov
ср, 2 окт. 2019 г. в 15:14, : > > From: Dmitry Eremin-Solenikov > > Signed-off-by: Dmitry Eremin-Solenikov Any feedback on these patches? (And on gost28147?) -- With best wishes Dmitry ___ nettle-bugs mailing list nettle-bugs@lists.lysator.liu.se ht

[PATCH 1/2] Implement GOST R 34.11-2012 (Streebog) hash function

2019-10-02 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- Makefile.in |5 +- examples/nettle-benchmark.c |3 +- hmac-streebog.c | 73 ++ hmac.h | 33 + nettle-meta-hashes.c|2 + nettle-meta.h |

[PATCH 1/2] Implement GOST R 34.11-2012 (Streebog) hash function

2019-05-12 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov --- Makefile.in |5 +- examples/nettle-benchmark.c |1 + hmac-streebog.c | 73 ++ hmac.h | 33 + nettle-meta-hashes.c|2 + nettle-meta.h |2 + nettle.texinfo