Dead links to bindings (was: Rust bindings)

2019-10-02 Thread Justus Winter
ni...@lysator.liu.se (Niels Möller) writes: > Justus Winter writes: > >> Do we need to do anything else to be listed on >> https://www.lysator.liu.se/~nisse/nettle/ ? > > If you want to make it really easy for me, please send a patch, the file > on the web should be a straight copy of > https://g

[PATCH 1/2] Sort bindings alphabetically.

2019-10-02 Thread justus
From: Justus Winter --- index.html | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3ac9d7eb..df174bbd 100644 --- a/index.html +++ b/index.html @@ -50,18 +50,18 @@ uid Niels Möller I'm aware of ne

[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 2/2] Implement PBKDF2 shortcut function for Streebog256/512

2019-10-02 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- Makefile.in | 2 +- pbkdf2-hmac-streebog.c | 67 + pbkdf2.h| 14 + testsuite/pbkdf2-test.c | 7 + 4 files changed, 89 insertions(+), 1 dele

[PATCH 2/2] Link to Rust bindings.

2019-10-02 Thread justus
From: Justus Winter --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index df174bbd..c90db93e 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,8 @@ uid Niels Möller R6RS Scheme Scheme binding