Message ID | 20181022024342.489564-1-sandals@crustytoothpaste.net (mailing list archive) |
---|---|
Headers | show
Return-Path: <git-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 340D6109C for <patchwork-git@patchwork.kernel.org>; Mon, 22 Oct 2018 02:44:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 24A58286D4 for <patchwork-git@patchwork.kernel.org>; Mon, 22 Oct 2018 02:44:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 18B4728752; Mon, 22 Oct 2018 02:44:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F32F428748 for <patchwork-git@patchwork.kernel.org>; Mon, 22 Oct 2018 02:44:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727342AbeJVLAi (ORCPT <rfc822;patchwork-git@patchwork.kernel.org>); Mon, 22 Oct 2018 07:00:38 -0400 Received: from injection.crustytoothpaste.net ([192.241.140.119]:51744 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726784AbeJVLAi (ORCPT <rfc822;git@vger.kernel.org>); Mon, 22 Oct 2018 07:00:38 -0400 Received: from genre.crustytoothpaste.net (unknown [IPv6:2001:470:b978:101:65d4:dc3c:f6f5:933b]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by injection.crustytoothpaste.net (Postfix) with ESMTPSA id 1017C61B72; Mon, 22 Oct 2018 02:44:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1540176242; bh=XVVV80Dg40MdoQCB5bL8m47RLJMZzEwJV54qtH9JW8U=; h=From:To:Cc:Subject:Date:From:Reply-To:Subject:Date:To:CC: Resent-Date:Resent-From:Resent-To:Resent-Cc:In-Reply-To:References: Content-Type:Content-Disposition; b=rXIb+sn4IW+qRxub33FytBWZG1r/OEjWGNiPYCXtQgHadISfON+h8bX/gCNi5fioh aBqzAnxPwdnvpZgDXL1uyuqlr8Rvthv21/gXaf9LElKlQZgOzfukJN62JKf66kmJJ2 uBU0dJe5Jkz6+0Fg+zGl/Xy5HIPzTcB4cHhCdbID33j892rZvCkXB2z+55R2xS7Z6Q HYEXnhrdtXBIV8Cp8AlrZC5jkFSTHyLgOulXVY23/VXUDW0k32eznKUQZdCKZcLuHt kutdFaoQD/pDQSx7hribpLcM+vV19hmlkHo0rTshiAbHio+rVCAOeBld/6OyfsxqsR JnR/JMAo7WWQuI3VGZF/F1VmXGI/lM3Xl8O613MZLmpihORodZqbJLxMTNwKuRRYcw YpIbnhnUzoto29fDuKFJAb0eihCghl4+OOAutXrmwcOKE3p3b8omGFk/i5PGXrAM+w NVXNm2OM4hAm0RQz/KtsfYG7eSWSvQL1qujjSNPikjI34drkFA9 From: "brian m. carlson" <sandals@crustytoothpaste.net> To: git@vger.kernel.org Cc: Derrick Stolee <stolee@gmail.com>, =?utf-8?b?w4Z2YXIgQXJuZmrDtnLDsCBC?= =?utf-8?b?amFybWFzb24=?= <avarab@gmail.com>, Duy Nguyen <pclouds@gmail.com>, =?utf-8?q?SZEDER_G=C3=A1bor?= <szeder.dev@gmail.com> Subject: [PATCH v3 00/12] Base SHA-256 implementation Date: Mon, 22 Oct 2018 02:43:30 +0000 Message-Id: <20181022024342.489564-1-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.19.1.568.g152ad8e336 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 127.0.1.1 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
Base SHA-256 implementation
|
expand
|