From bbc64730490afbb7d6c14813a2d0944b8d6d7c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 2 Jan 2020 19:24:45 +0100 Subject: Add dom string to struct ecc_eddsa. --- ed25519-sha512.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ed25519-sha512.c') diff --git a/ed25519-sha512.c b/ed25519-sha512.c index c1dd6831..09d0f8a5 100644 --- a/ed25519-sha512.c +++ b/ed25519-sha512.c @@ -42,6 +42,7 @@ const struct ecc_eddsa _nettle_ed25519_sha512 = { (nettle_hash_update_func *) sha512_update, (nettle_hash_digest_func *) sha512_digest, + NULL, 0, ~(mp_limb_t) 7, (mp_limb_t) 1 << (254 % GMP_NUMB_BITS), }; -- cgit v1.2.1