From 3aeb60bd65509099f83eb3b5b79aba8676ace8ac Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 13 Aug 2016 16:30:52 +0100 Subject: [PATCH] [Fix] Fix blake2b hash of the string "rspamd" --- src/libmime/message.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/libmime/message.c b/src/libmime/message.c index f97de592f..09176cfe3 100644 --- a/src/libmime/message.c +++ b/src/libmime/message.c @@ -1063,14 +1063,14 @@ mime_foreach_callback (GMimeObject * part, gpointer user_data) gchar *hdrs; /* Blake2b applied to string 'rspamd' */ static const guchar hash_key[] = { - 0x78,0x6a,0x02,0xf7,0x42,0x01,0x59,0x03, - 0xc6,0xc6,0xfd,0x85,0x25,0x52,0xd2,0x72, - 0x91,0x2f,0x47,0x40,0xe1,0x58,0x47,0x61, - 0x8a,0x86,0xe2,0x17,0xf7,0x1f,0x54,0x19, - 0xd2,0x5e,0x10,0x31,0xaf,0xee,0x58,0x53, - 0x13,0x89,0x64,0x44,0x93,0x4e,0xb0,0x4b, - 0x90,0x3a,0x68,0x5b,0x14,0x48,0xb7,0x55, - 0xd5,0x6f,0x70,0x1a,0xfe,0x9b,0xe2,0xce + 0xef,0x43,0xae,0x80,0xcc,0x8d,0xc3,0x4c, + 0x6f,0x1b,0xd6,0x18,0x1b,0xae,0x87,0x74, + 0x0c,0xca,0xf7,0x8e,0x5f,0x2e,0x54,0x32, + 0xf6,0x79,0xb9,0x27,0x26,0x96,0x20,0x92, + 0x70,0x07,0x85,0xeb,0x83,0xf7,0x89,0xe0, + 0xd7,0x32,0x2a,0xd2,0x1a,0x64,0x41,0xef, + 0x49,0xff,0xc3,0x8c,0x54,0xf9,0x67,0x74, + 0x30,0x1e,0x70,0x2e,0xb7,0x12,0x09,0xfe, }; task = md->task; -- 2.39.5