MediaWiki REL1_33
MWCryptHKDF.php
Go to the documentation of this file.
1<?php
34
36
41 protected static function singleton() {
42 return MediaWikiServices::getInstance()->getCryptHKDF();
43 }
44
74 public static function HKDF( $hash, $ikm, $salt, $info, $L ) {
75 return CryptHKDF::HKDF( $hash, $ikm, $salt, $info, $L );
76 }
77
85 public static function generate( $bytes, $context ) {
86 return self::singleton()->generate( $bytes, $context );
87 }
88
97 public static function generateHex( $chars, $context = '' ) {
98 $bytes = ceil( $chars / 2 );
99 $hex = bin2hex( self::singleton()->generate( $bytes, $context ) );
100 return substr( $hex, 0, $chars );
101 }
102
103}
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
static generate( $bytes, $context)
Generate cryptographically random data and return it in raw binary form.
static generateHex( $chars, $context='')
Generate cryptographically random data and return it in hexadecimal string format.
static HKDF( $hash, $ikm, $salt, $info, $L)
RFC5869 defines HKDF in 2 steps, extraction and expansion.
static singleton()
Return a singleton instance, based on the global configs.
MediaWikiServices is the service locator for the application scope of MediaWiki.
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on and they can depend only on the ResourceLoaderContext $context
Definition hooks.txt:2848