X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Futils%2FMWCryptHKDF.php;h=d0fe6ccca44bbba8857f728ce342889cb3af77d6;hb=7862475b0de83124d1d1ff1bf3fc67457d006b0e;hp=1c8d4861afef84e1aeec4ee4f5cbb3d8c6452b83;hpb=980c688c2b9833fd83c3f4a7f5bf75031a071c74;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/utils/MWCryptHKDF.php b/includes/utils/MWCryptHKDF.php index 1c8d4861af..d0fe6ccca4 100644 --- a/includes/utils/MWCryptHKDF.php +++ b/includes/utils/MWCryptHKDF.php @@ -67,7 +67,7 @@ class MWCryptHKDF { * @param string $ikm The input keying material * @param string $salt The salt to add to the ikm, to get the prk * @param string $info Optional context (change the output without affecting - * the randomness properties of the output) + * the randomness properties of the output) * @param int $L Number of bytes to return * @return string Cryptographically secure pseudorandom binary string */