From c8d8c19861efc74e0e238f3f9c165362fd87467b Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 15 Feb 2016 10:39:51 -0500 Subject: Add KDF1 as explicit dependency in MCEIES Previously MCEIES used KEM with a raw SHA-512 hash. When the KDF oriented KEM interface was added in 72f0f0ad2a it switched to using KDF1(SHA-512) since for a 64-byte output and no salt, the output matches the original hash. This avoids breaking the format. Prevents runtime failures when MCEIES is enabled in the build but KDF1 is not. GH #369 --- src/lib/pubkey/mceies/info.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib') diff --git a/src/lib/pubkey/mceies/info.txt b/src/lib/pubkey/mceies/info.txt index 547e4a47a..56363fe4f 100644 --- a/src/lib/pubkey/mceies/info.txt +++ b/src/lib/pubkey/mceies/info.txt @@ -4,4 +4,5 @@ define MCEIES 20150706 aes mce ocb +kdf1 -- cgit v1.2.3