Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97700 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22153 invoked from network); 11 Jan 2017 20:38:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2017 20:38:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.65 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.65 mail-it0-f65.google.com Received: from [209.85.214.65] ([209.85.214.65:36580] helo=mail-it0-f65.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/E5-55699-EA796785 for ; Wed, 11 Jan 2017 15:38:07 -0500 Received: by mail-it0-f65.google.com with SMTP id o138so340680ito.3 for ; Wed, 11 Jan 2017 12:38:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=O/7u3/tgN0WymL9ZdnZNN90RJ7PULZBY7M3dwzee6Rs=; b=HCz2uwe17z+429zFq+O1NTHbA/Sqe+poVJQ3j3PjP6CRgwQudiSDXwlgZKOoShrEAq 6sPjTV8tgmQ3KgaAf6wI8a6EEKO8vS1JmusCDlFnlRFnhNJtkRWJfWsLaE1fppiYa1Dh P30VkSg3xG5dubqKXvust97tqHPQFTHacyyETmiVq1d17YKwWRSoJTuhS9VPVTISCgOl Q3G2U/kEHKGhH2JTSAf4t2x4mj9Af2uPwzPcy+qMqab6jWTAxLU2yTlj8VXfiGQHq2C/ Zf4OhUS7zSkp4J0bI8sUpnbRhWu1XPr/WMfqg1gM6qQZS7PQwpfVm4c0BK0h0KVBWvJT cjdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=O/7u3/tgN0WymL9ZdnZNN90RJ7PULZBY7M3dwzee6Rs=; b=r6Yhu7/LKd3CLF93MsQ//xPeFP7BC47zj1nIumA0Zn4bYVtk8leEM87r2TjXMC/Bqj e4baXy72NFWc6Z/KBbAyku7G3ejQbL4+0NgHBKzNidaV2BygE1IVJqAV8QHu6zEt90wD KrcTkVJ7eqC0FCEUqSXvSp1l/whp8bAZFY0sgW3pBcmW5KxYFVUj4H9BzFGlaximxRxS IwvfJNhQ7TBDi83/i7YcseDI/m6eXAIrZY9vr7DfX6R+FdhLmOodlpsPbG+ZleRBV0GD 9vZEK6dxxwhawxSXNMYCm3MBG46c1uZi9SVcCRGNo7xZ4pCRMUx7S6Z6AkqQRrtGCc31 lM9A== X-Gm-Message-State: AIkVDXKJX5pPAZfw30BJLCcvrJZILwZFmncfwyj2Amzv6FjZrGfXuEMHefh1W5ebHJY0QatAbG+kG9lJywwwIw== X-Received: by 10.36.25.143 with SMTP id b137mr7116132itb.54.1484167084006; Wed, 11 Jan 2017 12:38:04 -0800 (PST) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.134.233 with HTTP; Wed, 11 Jan 2017 12:38:03 -0800 (PST) In-Reply-To: References: <961D2C3F-AD68-4F02-9E18-54F4AF0A46D1@thefsb.org> Date: Wed, 11 Jan 2017 21:38:03 +0100 X-Google-Sender-Auth: H33YdFHDbC8I_37jgO8GcTuorDo Message-ID: To: Andrey Andreev Cc: Tom Worster , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [Discussion] HKDF From: kalle@php.net (Kalle Sommer Nielsen) Hi Andrey 2017-01-11 20:39 GMT+01:00 Andrey Andreev : > But naturally, I do promise to write the docs + a userland compat package. > In fact, I have some other docs updates that I want to do, so I might as > well request VCS access for that ... the docs still being in SVN has been > kind of demotivating. You can use the online editor[1] and submit a patch as well. You'll find the relevant documentation for ext/hash in: en/reference/hash/functions/ [1] http://edit.php.net/ -- regards, Kalle Sommer Nielsen kalle@php.net