Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90470 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52626 invoked from network); 10 Jan 2016 23:57:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2016 23:57:08 -0000 Authentication-Results: pb1.pair.com header.from=dz@heroku.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dz@heroku.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain heroku.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: dz@heroku.com X-Host-Fingerprint: 74.125.82.42 mail-wm0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:36405] helo=mail-wm0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F5/43-14657-0DFE2965 for ; Sun, 10 Jan 2016 18:57:05 -0500 Received: by mail-wm0-f42.google.com with SMTP id l65so192486102wmf.1 for ; Sun, 10 Jan 2016 15:57:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heroku-com.20150623.gappssmtp.com; s=20150623; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=lKPm9Ontd70MHR0QmPI0/vYkKISJQjlBqnMFO8etuzo=; b=UsXtkfkKOSc8e6d1vPjxoj4hkh4B8oDNiOlFTmxOFSvX0nNzYOe78yJjI3UgD9pWzB KQZ/rth2wRnu3YAXAA++yBqLqu5A1MAjCHLwTXI1ZMHsbRhZ8imp5IGjgcw4PIUyU6Ix d4fg4WyR2eFXk6Z5vrUP8QQTsqBSueZzhi+X1YGV5KxKJXqW7Ca9Gnoc5dxIUiILMUUg R6nj8M9xfKkd0hrAEJGpWHYFVfISIhNcq9esF3huzpZQN4KjLF9Yj8u06KdkJtXFrZ2S si7Vte3YDF4CGDViCRbKgONcTUUzTT2pxep4YVeoEK4aN5ABpLEeMt/Obj4NPeqXS984 Itdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=lKPm9Ontd70MHR0QmPI0/vYkKISJQjlBqnMFO8etuzo=; b=imxuB1eQU8HYutv8YuLCL69eUCPXXccHJTEK0DIYEJw5sTo8iz7VII643LC9oy6x+W ytUjBDvLsoTQum2azaPLBjWtJiaVqkgBXbU9mhatbXyyMJmaSDbGkZkqHPA0oiL+ovTi 8OS2cQRzKM+xgtDHJa0WmocF2tmjiat03Gg4/rVWjP3V9Ld3U+yHuRTywA77+NuJLFv3 KGCFl223kerIVqekIfEjJxHl2Igkt0aaO9aov0E5agxnVAHt9ZDY+wcA+zaTmFKZRXMF OmexuAdktuNwH+4BF8QcXdpoH/MIzf4H6J1Ip6U6arqDPlADwI1qO/U7uY5nelNyfGUt RxBg== X-Gm-Message-State: ALoCoQn8DJyuNXdte5Iza6Y8fJ9lGHbIGxgKJv7Fo/U6r407zqsMxMHczkY4t1jNLfv1wbCAD62UT+XFFJEemi5y8aCJ/xfx/Q== X-Received: by 10.28.113.220 with SMTP id d89mr11084391wmi.56.1452470221399; Sun, 10 Jan 2016 15:57:01 -0800 (PST) Received: from [10.62.150.101] (ip-2-206-0-65.web.vodafone.de. [2.206.0.65]) by smtp.gmail.com with ESMTPSA id bh6sm117128651wjb.0.2016.01.10.15.56.59 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 10 Jan 2016 15:56:59 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) X-Mailer: iPhone Mail (13C75) In-Reply-To: Date: Sun, 10 Jan 2016 18:56:57 -0500 Cc: PHP Internals Content-Transfer-Encoding: 7bit Message-ID: <1DDA7C76-5606-46DE-AF17-31E2FCC14018@heroku.com> References: To: Scott Arciszewski Subject: Re: [PHP-DEV] [RFC] Libsodium From: dz@heroku.com (David Zuelke) Can we call that extension "sodium" please without the "lib" prefix? David > On 07.01.2016, at 08:26, Scott Arciszewski wrote: > > Hi everyone, > > I've updated the RFC to make libsodium a core PHP extension in 7.1, to > include references to the online documentation. > > https://wiki.php.net/rfc/libsodium > > All new functions and classes would exist in the Sodium namespace. e.g. > > $ciphertext = \Sodium\crypto_box($message, $nonce, $keypair); > > This is part of an overall effort to improve PHP's cryptography; up > next will be the pluggable crypto API that supports multiple backends > (with a scope limited to openssl and libsodium at the time of release) > but always provide conservative defaults. Then I'd like to look at > deprecating ext/mcrypt back to PECL and add more hash functions to > ext/hash. > > Scott Arciszewski > Chief Development Officer > Paragon Initiative Enterprises > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >