Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97702 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25157 invoked from network); 11 Jan 2017 20:48:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jan 2017 20:48:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.218.50 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.218.50 mail-oi0-f50.google.com Received: from [209.85.218.50] ([209.85.218.50:33481] helo=mail-oi0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/86-55699-12A96785 for ; Wed, 11 Jan 2017 15:48:34 -0500 Received: by mail-oi0-f50.google.com with SMTP id w204so104070782oiw.0 for ; Wed, 11 Jan 2017 12:48:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DPjFs29Jscpl7FGmCd+HKk0CndDINiTNSSrcdjlJgJ8=; b=qB0hGFLDTBunZKeL9mz89IGvSydARHhtNHKFGm8i+kcqb7vyKX+KdmDFijVIvKCrlj Lyc5+DL1tHeehpqPyt2z7JJbAHnzlwrOxvl/dE8sIUQZ7XUxlz1RCG4VPgotkApz/JZ1 eIWPgcImpLQfuG/Ff5DxhgvbnhiFIZqpND03E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DPjFs29Jscpl7FGmCd+HKk0CndDINiTNSSrcdjlJgJ8=; b=qwtBjmzPo0FdLJhMTQgM8hYuUCNpA/sYAY8iSWlZol/tXkcjJO+e1vq4GfK/bbVC5d YJtejbHBlO7f8z6PWHm3gf9XXOMuSV8i2qZacnQ3S2Mikqd4USI11wNmCANpvknB4IxZ /FW/pWiQfbtsnXI5N9pWe+ph3ePc0eDAQp8wbz8H0jW2hojPXfcIeyifOWOp2u8O8Gnu T8ciL2CQJt8z35EqIeuiFQv7JrN9kCbZolYWnsCLoFXGPgqhBDOQQ3dV80+gAWHTadKo iExTvAVPMrPssAFYPgvIPFv/RlVNzw6s5Uwj8z9XvgT/ekFEdYat0yhpuiydEQ3LiuXN UUWA== X-Gm-Message-State: AIkVDXLl619O+kvMjabCJCwTT7pHPXZ86tyR0mgZEf7TV7vEWLRygmMMBasa6U6b8ie07uR+X9Cwt6A22Pu90Q== X-Received: by 10.157.0.38 with SMTP id 35mr5479458ota.227.1484167711457; Wed, 11 Jan 2017 12:48:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.202.232.8 with HTTP; Wed, 11 Jan 2017 12:48:31 -0800 (PST) In-Reply-To: References: <961D2C3F-AD68-4F02-9E18-54F4AF0A46D1@thefsb.org> Date: Wed, 11 Jan 2017 22:48:31 +0200 Message-ID: To: Kalle Sommer Nielsen Cc: Tom Worster , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=94eb2c04c4b43a9c480545d7b9b7 Subject: Re: [PHP-DEV] Re: [Discussion] HKDF From: narf@devilix.net (Andrey Andreev) --94eb2c04c4b43a9c480545d7b9b7 Content-Type: text/plain; charset=UTF-8 Hi Kalle, On Wed, Jan 11, 2017 at 10:38 PM, Kalle Sommer Nielsen wrote: > 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/ Yes, I've used the online editor in the past. But it feels weird ... and I can't even see patches I've submitted in the past. If it has to happen quickly, I'll probably use that, but I'd rather avoid it. Cheers, Andrey. --94eb2c04c4b43a9c480545d7b9b7--