Re: [PATCH] Implement GOST VKO key derivation algorithm

2020-04-14 Thread Dmitry Baryshkov
Hello, вт, 14 апр. 2020 г. в 21:45, Niels Möller : > > Hi, at last I've had a closer look at this patch you posted mid > February. On the second consideration this patch depends on https://git.lysator.liu.se/nettle/nettle/-/merge_requests/6, which also was never reviewed. So let's drop it for now

Re: [PATCH] Implement GOST VKO key derivation algorithm

2020-04-14 Thread Dmitry Baryshkov
вт, 14 апр. 2020 г. в 21:45, Niels Möller : > > Hi, at last I've had a closer look at this patch you posted mid > February. > > dbarysh...@gmail.com writes: > > > +int > > +gostdsa_vko(const struct ecc_scalar *key, > > + const struct ecc_point *pub, > > + size_t ukm_length, const ui

Re: [PATCH] Implement GOST VKO key derivation algorithm

2020-04-14 Thread Niels Möller
Hi, at last I've had a closer look at this patch you posted mid February. dbarysh...@gmail.com writes: > +int > +gostdsa_vko(const struct ecc_scalar *key, > + const struct ecc_point *pub, > + size_t ukm_length, const uint8_t *ukm, > + size_t out_length, uint8_t *out) It w

[PATCH] Implement GOST VKO key derivation algorithm

2020-02-15 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- Makefile.in | 2 +- gostdsa-vko.c| 77 ++ gostdsa.h| 7 +++ testsuite/.gitignore | 1 + testsuite/.test-rules.make | 3 ++ test