Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90471 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54458 invoked from network); 11 Jan 2016 00:07:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2016 00:07:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain paragonie.com from 209.85.215.54 cause and error) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 209.85.215.54 mail-lf0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:36524] helo=mail-lf0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/A3-14657-622F2965 for ; Sun, 10 Jan 2016 19:07:03 -0500 Received: by mail-lf0-f54.google.com with SMTP id h129so8627718lfh.3 for ; Sun, 10 Jan 2016 16:07:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragonie-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VfUGc/O8cUcRfEzLYvpXdAjtI+wpCPVmdLpsIlk/4Wg=; b=L8WI189FfA+7h/07shet+VBvfT9HiAD7eXXkdfYtVlBp5XQBpFO8BVDLhmEhC9t0Nr w+YN4IIRJglhpUSQk6XiCrz9pj6Z5EmAGey6N2QX/RhNIceUWt3PpRZ3iNPHVHF2ipBm b8S2vVHEOyQT1neg7ZjlLIlCG/8MSR7WA3Vrbod88AtTr+8RkN2R7hCgSCTiCtYxZeer jyy3VHhCZmg97fNKFOVOHtFkVMQVwAdT5ZywEHqWrwnU3xGo7dFyJWB7fgxOgcEErAwC AMmpHL3FsrxbEPpkiL45N8YWMVd781uq01Nd5DOrg4dBtzarihfBp+biMSYYN3cl33Cd rJPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=VfUGc/O8cUcRfEzLYvpXdAjtI+wpCPVmdLpsIlk/4Wg=; b=T0An5kVrmUNLxh+SMXfuKkafC5psKQ2oKz+29m5PywLJouFO6GUJtMBv37HHDWGwF9 KcrSDHzxpoe+bXb0WzN7SDmydibTOiCVFKgGK1zQinPTGOdah2YYx7SOSDZFGHgKvBm8 2ThzYtNpEToLpUty4y6Uzdco4kwTPajcFDBXciIwnJxIpsd48G/oRODfIN0XpmhMouhs VdpIMQURC5tHFKciviCnfgibUgxdRoHSOcJBzWLbs622syPWF6OscoehvU/BNwQGO1Ew OLtKwfkhRB0rd431kZAa0iV1xp1wCWAY5vj1fJHbgG8s3APlm+481SrDD0BIxFSrldoi rsgg== X-Gm-Message-State: ALoCoQlUn4JIcyex5La/w7d9yh6LeSqiH8QXj6un398s2RfhJJ/KwT3+bZb0kutXV4e9KLMmy1IOjBryU6N7JPDRSuA0Xn+nbQ== MIME-Version: 1.0 X-Received: by 10.25.17.89 with SMTP id g86mr19042710lfi.82.1452470820056; Sun, 10 Jan 2016 16:07:00 -0800 (PST) Received: by 10.114.160.13 with HTTP; Sun, 10 Jan 2016 16:06:59 -0800 (PST) In-Reply-To: <1DDA7C76-5606-46DE-AF17-31E2FCC14018@heroku.com> References: <1DDA7C76-5606-46DE-AF17-31E2FCC14018@heroku.com> Date: Sun, 10 Jan 2016 19:06:59 -0500 Message-ID: To: David Zuelke Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC] Libsodium From: scott@paragonie.com (Scott Arciszewski) On Sun, Jan 10, 2016 at 6:56 PM, David Zuelke wrote: > 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 >> Yes, I don't think that would be controversial. The underlying library is libsodium, but we don't have to refer to our bindings as such. Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises