Re: [babel] HMAC and MTI [was: rather than ripemd160...]

Toke Høiland-Jørgensen <toke@toke.dk> Mon, 26 November 2018 13:59 UTC

Return-Path: <toke@toke.dk>
X-Original-To: babel@ietfa.amsl.com
Delivered-To: babel@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2E79D128D68 for <babel@ietfa.amsl.com>; Mon, 26 Nov 2018 05:59:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=toke.dk
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uyMsB1HqmxDS for <babel@ietfa.amsl.com>; Mon, 26 Nov 2018 05:59:23 -0800 (PST)
Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 81CA8126BED for <babel@ietf.org>; Mon, 26 Nov 2018 05:59:23 -0800 (PST)
From: Toke Høiland-Jørgensen <toke@toke.dk>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1543240760; bh=RVweHf16UHf3uFdwype5ycBlcIOR426WIAxdvwLW9zQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Oe0eJRHBXCBYJsE0rk4byFGLWcAgO5gb6NlsME2vGU1AaChIy2YoeIpqtl6WO91Pb WKId1DkKl19gzhQGeKbyGOkmPA7GU20soeBVMprcczDwr/wpmJ4UwGu7d4UvI7j9f6 fT1OQxz1UVVczBPrx6MkmIOrayosJZxpaGNX9/2ppdilS3SEf/lv3u8FU1Pr0gsjOg Cr3p0izdgRX98cDwSx21o9FlEobqVN+Z8/xBRdsYhXm0enFIVDmrSjnCr/uQ+IgmA/ 0d5TLhsUqWsW/2hxJi7AJEXckt5U2QMOynVef2UjAjCaz2MuaiWFnhw7W8ASm/mhVE ImtOVjHl7rktg==
To: Markus Stenberg <markus.stenberg@iki.fi>, Juliusz Chroboczek <jch@irif.fr>
Cc: babel-users <babel-users@lists.alioth.debian.org>, Babel at IETF <babel@ietf.org>
In-Reply-To: <48CB71FB-9F90-45E8-9AD2-43AA257234C1@iki.fi>
References: <CAA93jw5fHRm21yEJsabiiOF1ZP7Zh3M_gEgRo0imBOpRGhf0qA@mail.gmail.com> <87in0koun6.wl-jch@irif.fr> <87in0kx98o.fsf@toke.dk> <87a7lwossu.wl-jch@irif.fr> <48CB71FB-9F90-45E8-9AD2-43AA257234C1@iki.fi>
Date: Mon, 26 Nov 2018 14:59:20 +0100
X-Clacks-Overhead: GNU Terry Pratchett
Message-ID: <87sgzovt1j.fsf@toke.dk>
MIME-Version: 1.0
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/babel/WY99U4hU146jbaSSnAxLJv4mpAY>
Subject: Re: [babel] HMAC and MTI [was: rather than ripemd160...]
X-BeenThere: babel@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "A list for discussion of the Babel Routing Protocol." <babel.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/babel>, <mailto:babel-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/babel/>
List-Post: <mailto:babel@ietf.org>
List-Help: <mailto:babel-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/babel>, <mailto:babel-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 26 Nov 2018 13:59:26 -0000

Markus Stenberg <markus.stenberg@iki.fi> writes:

> On 26 Nov 2018, at 15.46, Juliusz Chroboczek <jch@irif.fr> wrote:
>>> I'm not sure if we *can* make [blake2s] MTI in the spec as well (does it
>>> need to be defined by a standards track RFC for us to do that?), but if
>>> we can, I think we should seriously consider it...
>> Opinions?
>
> I like Blake (family of) hash functions so on that front +1; however,
> no idea how bureaucracy works.
>
> Dave had a good point as well though, comparing -2s and -2b
> performance on some set of hardware (e.g. arm, mips, intel) might be
> in order before picking between the two. I am not convinced -2s is the
> way _forward_. Even now most of hardware in my home is already 64bit
> ..

Right, sure. I guess I can start by putting both into Bird, and we can
benchmark that...

-Toke