Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121007 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 38809 invoked from network); 7 Sep 2023 18:09:41 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 7 Sep 2023 18:09:41 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5E7B4180210 for ; Thu, 7 Sep 2023 11:09:41 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 7 Sep 2023 11:09:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1694110179; bh=nVGHzr4rQec2RffJfCh1iZn5qUrBJNLVd7e6LoTLyRw=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=PIc5rUIP0HnIeAe8SI0KaMU7bu+mumqtt2hd/cGToZEdwuz925Dv1t8mI/pJvq7Yq f1FhJDgVa1S3InS7AZO/eLIfkKy4W3jmri7CZ0zTOswCAKs+rbIzyAHjVQPGGmSNeI ydvh7fvwzzSJBFbOsmuhAfsglr/7kPH+IHaubibAyllIVerKtHKlNOT+UrsxVuuuhn +i53iIcExemb3Hhb4uS/Xr126rt58Qy2AqFHcb8SRS3wKP94G+vNdOHb7g894GDKNS 0iSZ4lame2CzlfWuQ8/heMORB+UtxJM6U7Xqbz6zIZ830dG9V3WfEiBPbQbzPt8Vrs 0QsVclu8NC5jA== Message-ID: Date: Thu, 7 Sep 2023 20:09:39 +0200 MIME-Version: 1.0 Content-Language: en-US To: Niels Dossche , internals@lists.php.net References: <5e46aee2-e696-4839-80a9-1bde1d420571@gmail.com> In-Reply-To: <5e46aee2-e696-4839-80a9-1bde1d420571@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] RFC: Increasing the default BCrypt cost From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 9/7/23 20:05, Niels Dossche wrote: > I just noticed one small detail. > From the RFC text: "All tests were carried out using wall-power." I guess you mean wall-time? > No, this means that the laptops whose CPUs where tested were plugged into the wall :-) I've added a parenthesis clarifying what that intends to mean. Best regards Tim Düsterhus