Message ID | 20181114040938.517289-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 315F217F3 for <patchwork-git@patchwork.kernel.org>; Wed, 14 Nov 2018 04:10:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 267C32B32D for <patchwork-git@patchwork.kernel.org>; Wed, 14 Nov 2018 04:10:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1A90D2B59B; Wed, 14 Nov 2018 04:10:21 +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 1C5D82B32D for <patchwork-git@patchwork.kernel.org>; Wed, 14 Nov 2018 04:10:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726927AbeKNOLe (ORCPT <rfc822;patchwork-git@patchwork.kernel.org>); Wed, 14 Nov 2018 09:11:34 -0500 Received: from injection.crustytoothpaste.net ([192.241.140.119]:54388 "EHLO injection.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726517AbeKNOLd (ORCPT <rfc822;git@vger.kernel.org>); Wed, 14 Nov 2018 09:11:33 -0500 Received: from genre.crustytoothpaste.net (unknown [IPv6:2001:470:b978:101:941b:b2ff:ecfe:7f28]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by injection.crustytoothpaste.net (Postfix) with ESMTPSA id B0C256045B; Wed, 14 Nov 2018 04:10:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1542168605; bh=3N7t8v49lScQIw1MoztNb/XV9YmGgStHdgnGcXsCrOc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From:Reply-To: Subject:Date:To:CC:Resent-Date:Resent-From:Resent-To:Resent-Cc: In-Reply-To:References:Content-Type:Content-Disposition; b=cFdLX2XqAIIBcRhRk2ZgnHt+4FyYvXvoiatCuT08AhaRQ0bKDjwvuPTTPKJlnohV0 0aCrNmBJxdOFd3etBpV1xmDdQqaMCoz/f1mUPloKA/I9l5TzyTdSsIeFPVbeoGXhCg WuEgocS1ZcZ9WrkpKoUmwFuZCTjtnsxxOKMly3Grba3olIH4FHMMnVzSwZrXDBxceQ 9rgo+TSStoL4lON+5nKPFVDoF1kpy1XU2yiKjMrRj0TPe7x7e/UOkuu4RVwKWe7dC/ wz5Rqwt1QarDty7qot9d4s1+I/L4LI8Y0HwK0apStDogrPOtpO/C3KboyXjQ/x/UiE sMlS1EDEpKiPPN8MOaZ1nRls1Ut14fyoLHKLlEF1YhgsNj72lt5GBaSgla2lB9RBeW R9RV9JL/9n7uo2FIbl9hCnO+P5Z/I44FlrdBWFkacSL97dWpChQjwmq1PqDanBXN6W 8uWrjEBH/3mFCDQ9GXLUjUOrLd241VQQ2Ru/oMfYIuzcKnkEdf9 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>, Jakub Narebski <jnareb@gmail.com>, Christian Couder <christian.couder@gmail.com> Subject: [PATCH v6 00/12] Base SHA-256 implementation Date: Wed, 14 Nov 2018 04:09:26 +0000 Message-Id: <20181114040938.517289-1-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.19.1.1215.g8438c0b245 In-Reply-To: <20181104234458.139223-1-sandals@crustytoothpaste.net> References: <20181104234458.139223-1-sandals@crustytoothpaste.net> 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
|